Class ShadowsMidtonesHighlights
Inheritance
ShadowsMidtonesHighlights
Syntax
[Serializable]
[VolumeComponentMenuForRenderPipeline("Post-processing/Shadows, Midtones, Highlights", new Type[]{typeof(UniversalRenderPipeline)})]
public sealed class ShadowsMidtonesHighlights : VolumeComponent, IPostProcessComponent
Fields
highlights
Declaration
[Tooltip("Use this to control and apply a hue to the highlights.")]
public Vector4Parameter highlights
Field Value
highlightsEnd
Declaration
[Tooltip("End point of the transition between midtones and highlights.")]
public MinFloatParameter highlightsEnd
Field Value
highlightsStart
Declaration
[Header("Highlight Limits")]
[Tooltip("Start point of the transition between midtones and highlights.")]
public MinFloatParameter highlightsStart
Field Value
midtones
Declaration
[Tooltip("Use this to control and apply a hue to the midtones.")]
public Vector4Parameter midtones
Field Value
shadows
Declaration
[Tooltip("Use this to control and apply a hue to the shadows.")]
public Vector4Parameter shadows
Field Value
shadowsEnd
Declaration
[Tooltip("End point of the transition between shadows and midtones.")]
public MinFloatParameter shadowsEnd
Field Value
shadowsStart
Declaration
[Header("Shadow Limits")]
[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