HSV To RGB
PureHSVToRGBConverts HSV 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 |
| V | float 0-1 | — | V parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FLinearColor | ReturnValue output |
Example Use Cases
Example 1
Generate rainbow effects by sweeping H from 0 to 360.
Example 2
Create team colors at consistent brightness.