Class NoInterpColorParameter
A VolumeParameter that holds a non-interpolating Color
value.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
public class NoInterpColorParameter : VolumeParameter<Color>, ICloneable, IEquatable<VolumeParameter<Color>>
Constructors
Name | Description |
---|---|
NoInterpColorParameter(Color, bool) | Creates a new NoInterpColorParameter instance. |
NoInterpColorParameter(Color, bool, bool, bool, bool) | Creates a new NoInterpColorParameter instance. |
Fields
Name | Description |
---|---|
hdr | Specifies whether the color is HDR or not. |
showAlpha | Specifies whether you can edit the alpha channel in the Inspector or not. |
showEyeDropper | Specifies whether the eye dropper is visible in the editor or not. |