Class ColorRgbParameter
A numeric parameter for generating RGBA color samples
Inherited Members
Namespace: UnityEngine.Experimental.Perception.Randomization.Parameters
Assembly: solution.dll
Syntax
[Serializable]
public class ColorRgbParameter : NumericParameter<Color>
Fields
Name | Description |
---|---|
alpha | The sampler used for randomizing the alpha component of generated samples |
blue | The sampler used for randomizing the blue component of generated samples |
green | The sampler used for randomizing the green component of generated samples |
red | The sampler used for randomizing the red component of generated samples |
Methods
Name | Description |
---|---|
Sample() | Generates an RGBA color sample |
Samples(int, out JobHandle) | Schedules a job to generate an array of samples |