Image.getPixel

Returns the pixel at the specified location.

class Image
@safe nothrow pure
Color!ubyte
getPixel
(
int x
,
int y
)

Parameters

x int

The x-axis position pixel.

y int

The y-axis position pixel.

Meta