Class ColorCurves
A volume component that holds settings for the Color Adjustments effect.
Inherited Members
UnityEngine.Rendering.VolumeComponent.active
UnityEngine.Rendering.VolumeComponent.OnEnable()
UnityEngine.Rendering.VolumeComponent.OnDisable()
UnityEngine.Rendering.VolumeComponent.Override(UnityEngine.Rendering.VolumeComponent, System.Single)
UnityEngine.Rendering.VolumeComponent.SetAllOverridesTo(System.Boolean)
UnityEngine.Rendering.VolumeComponent.GetHashCode()
UnityEngine.Rendering.VolumeComponent.OnDestroy()
UnityEngine.Rendering.VolumeComponent.Release()
UnityEngine.Rendering.VolumeComponent.displayName
UnityEngine.Rendering.VolumeComponent.parameters
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
[Serializable]
[VolumeComponentMenuForRenderPipeline("Post-processing/Color Curves", new Type[]{typeof(HDRenderPipeline)})]
public sealed class ColorCurves : VolumeComponent, IPostProcessComponent
Fields
blue
Affects the blue channel intensity across the whole image.
Declaration
public TextureCurveParameter blue
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.TextureCurveParameter |
green
Affects the green channel intensity across the whole image.
Declaration
public TextureCurveParameter green
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.TextureCurveParameter |
hueVsHue
Shifts the input hue (x-axis) according to the output hue (y-axis).
Declaration
public TextureCurveParameter hueVsHue
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.TextureCurveParameter |
hueVsSat
Adjusts saturation (y-axis) according to the input hue (x-axis).
Declaration
public TextureCurveParameter hueVsSat
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.TextureCurveParameter |
lumVsSat
Adjusts saturation (y-axis) according to the input luminance (x-axis).
Declaration
public TextureCurveParameter lumVsSat
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.TextureCurveParameter |
master
Affects the luminance across the whole image.
Declaration
public TextureCurveParameter master
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.TextureCurveParameter |
red
Affects the red channel intensity across the whole image.
Declaration
public TextureCurveParameter red
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.TextureCurveParameter |
satVsSat
Adjusts saturation (y-axis) according to the input saturation (x-axis).
Declaration
public TextureCurveParameter satVsSat
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.TextureCurveParameter |
Methods
IsActive()
Tells if the effect needs to be rendered or not.
Declaration
public bool IsActive()
Returns
Type | Description |
---|---|
Boolean |
|