OwnedImage.scanlinePtr

class OwnedImage(COLOR)
public nothrow @nogc pure
COLOR*
scanlinePtr
(
int y
)

Return Value

Type: COLOR*

A pointer to the pixels at row y. Excluding border pixels.

Meta