ProtoFlux:HSL To ColorX

From Resonite Wiki
Revision as of 14:03, 23 May 2024 by AmasterAmaster (talk | contribs) (Created a page for the HSL To ColorX node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
HSL To Color
H
*
S
L
TargetProfile
Colors

The HSL To ColorX node takes in a Hue, Saturation, Lightness, and a Color Space, 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.

TargetProfile (ColorProfile)

The Color Space enum value.

Outputs

* (Color)

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