Garry's Mod Wiki

Revision Difference

Global.ColorToHSL#514846

<function name="ColorToHSL" parent="Global" type="libraryfunc">⤶ <description>Converts a <page>Color</page> into HSL color space.</description>⤶ <realm>Shared and Menu</realm>⤶ <args>⤶ <arg name="color" type="table">The &lt;page&gt;Color&lt;/page&gt;.</arg>⤶ </args>⤶ <rets>⤶ <ret name="" type="number">The hue in degrees &amp;#91;0, 360).</ret>⤶ <ret name="" type="number">The saturation in the range &amp;#91;0, 1].</ret>⤶ <ret name="" type="number">The lightness in the range &amp;#91;0, 1].</ret>⤶ </rets>⤶ </function>⤶ ⤶