Class ColorAdjustments
Implements
Inherited Members
VolumeComponent.active
VolumeComponent.displayName
VolumeComponent.parameters
VolumeComponent.GetHashCode()
VolumeComponent.Release()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEngine.Rendering.Universal
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
Type | Description |
---|---|
ColorParameter |
contrast
Declaration
[Tooltip("Expands or shrinks the overall range of tonal values.")]
public ClampedFloatParameter contrast
Field Value
Type | Description |
---|---|
ClampedFloatParameter |
hueShift
Declaration
[Tooltip("Shift the hue of all colors.")]
public ClampedFloatParameter hueShift
Field Value
Type | Description |
---|---|
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 |
---|---|
FloatParameter |
saturation
Declaration
[Tooltip("Pushes the intensity of all colors.")]
public ClampedFloatParameter saturation
Field Value
Type | Description |
---|---|
ClampedFloatParameter |
Methods
IsActive()
Declaration
public bool IsActive()
Returns
Type | Description |
---|---|
bool |
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Type | Description |
---|---|
bool |