Garry's Mod Wiki

Revision Difference

Global.ColorToHSL#518388

<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> <arg name="color" type="table">The <page>Color</page>.</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> <ret name="" type="number">The hue in degrees &#91;0, 360).</ret> <ret name="" type="number">The saturation in the range &#91;0, 1].</ret> <ret name="" type="number">The lightness in the range &#91;0, 1].</ret> </rets> </function>