HSV To RGB

Pure
HSVToRGB

Converts HSV values to an RGB linear color.

Type: Pure (no side effects)
Category: Fortuna|Color & Visual
Keywords: color & visual

Inputs

NameTypeDefaultDescription
Hfloat 0-360H parameter
Sfloat 0-1S parameter
Vfloat 0-1V parameter

Outputs

NameTypeDescription
ReturnValueFLinearColorReturnValue output

Example Use Cases

Example 1

Generate rainbow effects by sweeping H from 0 to 360.

Example 2

Create team colors at consistent brightness.