chickadee » macaw » hsl-array-ref

hsl-array-ref hsl-array_1 x yprocedure

Returns an hsl 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 hsl-parent.

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