OwnedImage.scanline

class OwnedImage(COLOR)
public nothrow @nogc pure
COLOR[]
scanline
(
int y
)

Return Value

Type: COLOR[]

A slice of the pixels at row y. Excluding border pixels.

Meta