Color To HSV
Colors
Color To HSL converts a Color to HSV. The result is represented as 3 separate Float values for Hue, Saturation, and Value.
Inputs
Color (Color)
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
- HSV To Color, inverse operation.
- ColorX To HSV, for the ColorX type.