Image.readPixel

Reads a single 32bit pixel. If the image is indexed, a color lookup will be done.

class Image
public @safe pure
ARGB8888
readPixel
(
uint x
,
uint y
)

Meta