ProtoFlux:Color To HSL

From Resonite Wiki
Revision as of 20:49, 25 February 2024 by PJB (talk | contribs) (Created page with " {{#Invoke:ProtoFlux|GenerateUI |Name=Color To HSL |Category=Colors |Inputs= [ {"Name":"Color", "Type":"color"} ] |Outputs= [ {"Name":"H", "Type":"float"}, {"Name":"S", "Type":"float"}, {"Name":"L", "Type":"float"} ] |}} Color To HSL converts a Color to [https://en.wikipedia.org/wiki/HSL_and_HSV HSL]. The result is represented as 3 separate Float values for Hue, Saturation, and Lightness. == Inputs == === Color (Color) ===...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Color To HSL
Color
H
S
L
Colors

Color To HSL converts a Color to HSL. The result is represented as 3 separate Float values for Hue, Saturation, and Lightness.

Inputs

Color (Color)

The color to calculate the HSL equivalent of.

Outputs

H (Float)

The hue of the input color.

S (Float)

The saturation of the input color.

L (Float)

The lightness of the input color.

See Also