Class ColorAdjustments
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.Universal
Syntax
[Serializable]
[VolumeComponentMenuForRenderPipeline("Post-processing/Color Adjustments", new Type[]{typeof(UniversalRenderPipeline)})]
public sealed class ColorAdjustments : VolumeComponent, IPostProcessComponent
Fields
colorFilter
Declaration
[Tooltip("Tint the render by multiplying a color.")]
public ColorParameter colorFilter
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.ColorParameter |
contrast
Declaration
[Tooltip("Expands or shrinks the overall range of tonal values.")]
public ClampedFloatParameter contrast
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.ClampedFloatParameter |
hueShift
Declaration
[Tooltip("Shift the hue of all colors.")]
public ClampedFloatParameter hueShift
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.ClampedFloatParameter |
postExposure
Declaration
[Tooltip("Adjusts the overall exposure of the scene in EV100. This is applied after HDR effect and right before tonemapping so it won't affect previous effects in the chain.")]
public FloatParameter postExposure
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.FloatParameter |
saturation
Declaration
[Tooltip("Pushes the intensity of all colors.")]
public ClampedFloatParameter saturation
Field Value
Type | Description |
---|---|
UnityEngine.Rendering.ClampedFloatParameter |
Methods
IsActive()
Declaration
public bool IsActive()
Returns
Type | Description |
---|---|
Boolean |
Implements
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Type | Description |
---|---|
Boolean |