Class ColorParameter
A VolumeParameter that holds a Color value.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
public class ColorParameter : VolumeParameter<Color>, ICloneable, IEquatable<VolumeParameter<Color>>
Constructors
| Name | Description |
|---|---|
| ColorParameter(Color, bool) | Creates a new ColorParameter instance. |
| ColorParameter(Color, bool, bool, bool, bool) | Creates a new ColorParameter instance. |
Fields
| Name | Description |
|---|---|
| hdr | Is this color HDR? |
| showAlpha | Should the alpha channel be editable in the editor? |
| showEyeDropper | Should the eye dropper be visible in the editor? |
Methods
| Name | Description |
|---|---|
| Interp(Color, Color, float) | Interpolates between two |