ProtoFlux:HSLToColor

From Resonite Wiki
Revision as of 00:22, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:HSL To Color to ProtoFlux:HSLToColor: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
HSL To Color
H
*
S
L
Colors

The HSL To Color node takes in a Hue, Saturation, and Lightness, and returns a color with those values. For clarification, here are explanations on HSL and HSV.

Inputs

H (float)

The Hue float value.

S (float)

The Saturation float value.

L (float)

The lightness float value.

Outputs

* (Color)

Returns the color value with Hue, Saturation, and Lightness.