Class RandomColorNode
Inheritance
System.Object
RandomColorNode
Assembly: Mixture.Runtime.dll
Syntax
[Documentation("\r\nOutput a random color based on the HSV parameters.\r\n")]
[Serializable]
public class RandomColorNode : MixtureNode
Fields
|
Improve this Doc
View Source
maxHue
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
maxSat
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
maxValue
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
minHue
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
minSat
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
minValue
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
r
Declaration
Field Value
Type |
Description |
UnityEngine.Color |
|
Properties
|
Improve this Doc
View Source
hasSettings
Declaration
public override bool hasSettings { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
name
Declaration
public override string name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
ProcessNode(CommandBuffer)
Declaration
protected override bool ProcessNode(CommandBuffer cmd)
Parameters
Type |
Name |
Description |
UnityEngine.Rendering.CommandBuffer |
cmd |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides