Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:HSLToColorX: Difference between revisions

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.
YoshBot (talk | contribs)
m YoshBot moved page ProtoFlux:HSL To ColorX to ProtoFlux:HSLToColorX: Automated: removing spaces from ProtoFlux namespace
Xeravax (talk | contribs)
Manual Sync from my own PC - wiki-bot(at)stefanocoding.me - https://github.com/Xeravax/mediawiki-simple-sync
 
Line 1: Line 1:
{{SHORTDESC: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.}}
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=HSL To Color
|Name=HSL To Color

Latest revision as of 17:06, 20 February 2026

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.