ProtoFlux:ColorToHSV: Difference between revisions

From Resonite Wiki
Created page with " {{#Invoke:ProtoFlux|GenerateUI |Name=Color To HSV |Category=Colors |Inputs= [ {"Name":"Color", "Type":"color"} ] |Outputs= [ {"Name":"H", "Type":"float"}, {"Name":"S", "Type":"float"}, {"Name":"V", "Type":"float"} ] |}} Color To HSL converts a Color 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 (Color) === The..."
 
m YoshBot moved page ProtoFlux:Color To HSV to ProtoFlux:ColorToHSV: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 23:47, 20 August 2025

Color To HSV
Color
H
S
V
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