ProtoFlux:RandomHueColor: Difference between revisions

From Resonite Wiki
m YoshBot moved page ProtoFlux:Random Hue Color to ProtoFlux:RandomHueColor: Automated: removing spaces from ProtoFlux namespace
No edit summary
 
Line 9: Line 9:
|}}
|}}


The '''Random Hue Color''' node returns a random [[Type:color|color]] value.
The '''Random Hue Color''' node returns a random fully-saturated [[Type:color|color]] value, corresponding to what [[ProtoFlux:HSVToColor|HSVToColor]] 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 Color
*
Random

The Random Hue Color node returns a random fully-saturated color value, corresponding to what HSVToColor would output given a random H value and S and V set to 1.

This node constantly changes its value every frame, if you want to use this value, make sure to either Write to a Variable or use it within that frame.
This node has quick flashing effects, which may cause seizures to light-sensitive and color-sensitive users! Please use caution when using this node or pulling out its display node!

Outputs

* (color)

The random result.