A function defined in BBMOD_Color.gml
ToHSV([_array[, _index]])
Encodes the color into HSV format, ignoring the alpha channel.
Name | Type | Description |
---|---|---|
_array | Array |
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
Returns the array with HSV values.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.