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