HSL To RGB
PureHSLToRGBConverts HSL values to an RGB linear color.
Type: Pure (no side effects)
Category: Fortuna|Color & Visual
Keywords: color & visual
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| H | float 0-360 | — | H parameter |
| S | float 0-1 | — | S parameter |
| L | float 0-1 | — | L parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FLinearColor | ReturnValue output |
Example Use Cases
Example 1
Generate a color from a hue slider.
Example 2
Create a pastel palette by fixing low saturation and high lightness.