Garry's Mod Wiki

Revision Difference

Color:ToHSL#547446

<function name="ToHSL" parent="Color" type="classfunc"> <description>Converts a <page>Color</page> into HSL color space. This calls <page>Global.ColorToHSL</page> internally.</description> <realm>Shared and Menu</realm> <file line="58-L65">lua/includes/util/color.lua</file>⤶ <rets> <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>