Class ColorAdjustments
Inheritance
ColorAdjustments
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
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
contrast
Declaration
[Tooltip("Expands or shrinks the overall range of tonal values.")]
public ClampedFloatParameter contrast
Field Value
hueShift
Declaration
[Tooltip("Shift the hue of all colors.")]
public ClampedFloatParameter hueShift
Field Value
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
saturation
Declaration
[Tooltip("Pushes the intensity of all colors.")]
public ClampedFloatParameter saturation
Field Value
Methods
IsActive()
Declaration
Returns
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Implements