ProtoFlux:ColorXToHSV

From Resonite Wiki
Revision as of 23:46, 20 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:ColorX To HSV to ProtoFlux:ColorXToHSV: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Color XTo HSV
Color
H
S
V
Colors

ColorX To HSL converts a ColorX to HSV. The result is represented as 3 separate Float values for Hue, Saturation, and Value.

Inputs

Color (ColorX)

The color to calculate the HSV equivalent of.

Outputs

H (Float)

The hue of the input color.

S (Float)

The saturation of the input color.

V (Float)

The value of the input color.

See Also