ProtoFlux:HSV To Color

From Resonite Wiki
Revision as of 14:16, 23 May 2024 by AmasterAmaster (talk | contribs) (Created the page HSV To Color node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
HSV To Color
H
*
S
V
Colors

The HSV To Color node takes in a Hue, Saturation, and Value, 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.

V (float)

The value float value.

Outputs

* (Color)

Returns the color value with Hue, Saturation, and Value.