Image.opIndex

Gets a reference to the pixel located at position (x, y)

class Image
ref
uint
opIndex
(
uint x
,
uint y
)

Parameters

x uint

x position of pixel from left to right

y uint

y position of pixel from top to bottom

Meta