Represents a reference to COLOR data already existing elsewhere in memory. Assumes that pixels are stored row-by-row, with a known distance between each row.
Returns an array for the pixels at row y.
Geometry.
In bytes, not COLORs
Pointer to the first pixel.
Implements the view[x, y] operator.
Allows array-like viewyx access.
Implements the view[x, y] = c operator.
See Implementation
Represents a reference to COLOR data already existing elsewhere in memory. Assumes that pixels are stored row-by-row, with a known distance between each row.