chickadee » macaw » rgb8-array-ref

rgb8-array-ref rgb8-array_1 x yprocedure

Returns an rgb8 color object which directly accesses the memory of the array at the coordinates x, y. Modifying the color will modify the array data. The color's parent will be automatically set to the array, so that the array will not be garbage collected while the color is using its memory. See rgb8-parent.

Signals an exception if x or y are out of bounds.