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.
Implements the view[x, y] operator.
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.