Revision Difference
COLOR:GetHue#563418
<function name="GetHue" parent="Color" type="classfunc">⤶
<description>Converts a <page>Color</page> into [HSV color space](https://en.wikipedia.org/wiki/HSL_and_HSV) and returns the [hue](https://en.wikipedia.org/wiki/Hue).⤶
⤶
See <page>COLOR:ToHSV</page> if you want to get all 3 components.⤶
</description>⤶
<realm>Shared and Menu</realm>⤶
<added>2025.01.23</added>⤶
<rets>⤶
<ret name="hue" type="number">The hue in degrees [0, 360).</ret>⤶
</rets>⤶
</function>⤶
⤶