Created page with " {{#Invoke:ProtoFlux|GenerateUI |Name=Color XTo HSV |Category=Colors |Inputs= [ {"Name":"Color", "Type":"colorX"} ] |Outputs= [ {"Name":"H", "Type":"float"}, {"Name":"S", "Type":"float"}, {"Name":"V", "Type":"float"} ] |}} ColorX To HSL converts a ColorX to [https://en.wikipedia.org/wiki/HSL_and_HSV HSV]. The result is represented as 3 separate Float values for Hue, Saturation, and Value. == Inputs == === Color (ColorX) =..." |
m YoshBot moved page ProtoFlux:ColorX To HSV to ProtoFlux:ColorXToHSV: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 23:46, 20 August 2025
Color XTo HSV
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
- HSV To ColorX, inverse operation.
- Color To HSV, for the Color type.