Pixmap.accessPixel

Provides access to a single pixel at the requested 2D-position.

struct Pixmap
@safe pure nothrow @safe pure nothrow @nogc ref inout @system
inout(Pixel)
accessPixel

See Also

Accessing pixels through the data array will be more useful, usually.

Meta