m YoshBot moved page ProtoFlux:Random Hue ColorX to ProtoFlux:RandomHueColorX: Automated: removing spaces from ProtoFlux namespace |
No edit summary |
||
Line 9: | Line 9: | ||
|}} | |}} | ||
The '''Random Hue Color''' node returns a random [[Type:colorX|colorX]] value. | The '''Random Hue Color X''' node returns a random fully-saturated [[Type:colorX|colorX]] value, corresponding to what [[ProtoFlux:HSVToColorX|HSVToColorX]] would output given a random H value and S and V set to 1. | ||
{{Note|This node constantly changes its value every frame, if you want to use this value, make sure to either [[ProtoFlux:Write|Write]] to a [[ProtoFlux:Data Model Store|Variable]] or use it within that frame.|warning}} | {{Note|This node constantly changes its value every frame, if you want to use this value, make sure to either [[ProtoFlux:Write|Write]] to a [[ProtoFlux:Data Model Store|Variable]] or use it within that frame.|warning}} |
Latest revision as of 22:22, 23 September 2025
Random Hue ColorX
Random
The Random Hue Color X node returns a random fully-saturated colorX value, corresponding to what HSVToColorX would output given a random H value and S and V set to 1.
Outputs
* (colorX)
The random result.