BBMOD_Color.ToHSV

A function defined in BBMOD_Color.gml

ToHSV([_array[, _index]])

Description

Encodes the color into HSV format, ignoring the alpha channel.

Arguments

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.

Returns

Array Returns the array with HSV values.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.