function
ToHSV([_array[, _index]])
Encodes the color into HSV format, ignoring the alpha channel.
Name | Type | Description |
---|---|---|
_array | Array<Real> |
The array to output the values to. A new one is created if not defined. |
_index | Real |
The index to start writing the values to. Defaults to 0. |
Array<Real>
Returns the array with HSV values.
Copyright © 2023, BlueBurn. Built on March 24, 2023 using GMDoc.