989onan bot (talk | contribs) Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Color HSV Range Initializer | |Name=Color HSV Range Initializer | ||
}} | }} | ||
The '''Color HSV Range Initializer''' component | The '''Color HSV Range Initializer''' component initializes a random range of HSV between two different sets for particles. | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|HueMin|Float| | |HueMin|Float| The minimum Hue the particle can have. | ||
|HueMax|Float| | |HueMax|Float| The maximum Hue the particle can have. | ||
|SaturationMin|Float| | |SaturationMin|Float| The minimum Saturation the particle can have. | ||
|SaturationMax|Float| | |SaturationMax|Float| The maximum Saturation the particle can have. | ||
|ValueMin|Float| | |ValueMin|Float| The minimum Value the particle can have. | ||
|ValueMax|Float| | |ValueMax|Float| The maximum Value the particle can have. | ||
}} | }} | ||
== Usage == | == Usage == | ||
{{stub}} | |||
== Examples == | == Examples == | ||
{{stub}} | |||
== See Also == | == See Also == | ||
Line 24: | Line 25: | ||
[[Category:Components:Rendering:Particle System:Modules{{#translation:}}|Color HSV Range Initializer]] | [[Category:Components:Rendering:Particle System:Modules{{#translation:}}|Color HSV Range Initializer]] | ||
[[Category:Components{{#translation:}}|Color HSV Range Initializer]] | [[Category:Components{{#translation:}}|Color HSV Range Initializer]] | ||
Latest revision as of 22:52, 18 March 2025
Component image 
Color HSV Range Initializer component as seen in the Scene Inspector

The Color HSV Range Initializer component initializes a random range of HSV between two different sets for particles.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
HueMin
|
Float | The minimum Hue the particle can have. |
HueMax
|
Float | The maximum Hue the particle can have. |
SaturationMin
|
Float | The minimum Saturation the particle can have. |
SaturationMax
|
Float | The maximum Saturation the particle can have. |
ValueMin
|
Float | The minimum Value the particle can have. |
ValueMax
|
Float | The maximum Value the particle can have. |
Usage
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.