Class ShadowsMidtonesHighlights
Inheritance
ShadowsMidtonesHighlights
Syntax
[Serializable]
[VolumeComponentMenu("Post-processing/Shadows, Midtones, Highlights")]
public sealed class ShadowsMidtonesHighlights : VolumeComponent, IPostProcessComponent
Fields
highlights
Declaration
[Tooltip("Controls the lightest portions of the render.")]
public Vector4Parameter highlights
Field Value
highlightsEnd
Declaration
[Tooltip("End point of the transition between midtones and highlights.")]
public MinFloatParameter highlightsEnd
Field Value
highlightsStart
Declaration
[Tooltip("Start point of the transition between midtones and highlights.")]
public MinFloatParameter highlightsStart
Field Value
midtones
Declaration
[Tooltip("Power function that controls mid-range tones.")]
public Vector4Parameter midtones
Field Value
shadows
Declaration
[Tooltip("Controls the darkest portions of the render.")]
public Vector4Parameter shadows
Field Value
shadowsEnd
Declaration
[Tooltip("End point of the transition between shadows and midtones.")]
public MinFloatParameter shadowsEnd
Field Value
shadowsStart
Declaration
[Tooltip("Start point of the transition between shadows and midtones.")]
public MinFloatParameter shadowsStart
Field Value
Methods
IsActive()
Declaration
Returns
Implements
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Implements