Created page with " {{#Invoke:ProtoFlux|GenerateUI |Name=Hue |Category=Colors |Inputs= [ {"Name":"Hue", "Type":"float"} ] |Outputs= [ {"Name":"*", "Type":"color"} ] |}} Color Hue returns a color with a given hue value. This is equivalent to using HSV To Color with a value and saturation equal to 1. == Inputs == === Hue (Float) === The hue to get a color for. Values must be in the range [0, 1], values outside this range are wrapped to it. For ex..." |
m YoshBot moved page ProtoFlux:Color Hue to ProtoFlux:ColorHue: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 23:47, 20 August 2025
Hue
Colors
Color Hue returns a color with a given hue value. This is equivalent to using HSV To Color with a value and saturation equal to 1.
Inputs
Hue (Float)
The hue to get a color for. Values must be in the range [0, 1], values outside this range are wrapped to it. For example a value of 1.5 gives the same result as 0.5.
Outputs
* (Color)
The resulting color.
-
A simple example of a few hue values being ran through the Color Hue node