Class ShadowsMidtonesHighlights
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/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
Type | Description |
---|---|
Vector4Parameter |
highlightsEnd
Declaration
[Tooltip("End point of the transition between midtones and highlights.")]
public MinFloatParameter highlightsEnd
Field Value
Type | Description |
---|---|
MinFloatParameter |
highlightsStart
Declaration
[Header("Highlight Limits")]
[Tooltip("Start point of the transition between midtones and highlights.")]
public MinFloatParameter highlightsStart
Field Value
Type | Description |
---|---|
MinFloatParameter |
midtones
Declaration
[Tooltip("Use this to control and apply a hue to the midtones.")]
public Vector4Parameter midtones
Field Value
Type | Description |
---|---|
Vector4Parameter |
shadows
Declaration
[Tooltip("Use this to control and apply a hue to the shadows.")]
public Vector4Parameter shadows
Field Value
Type | Description |
---|---|
Vector4Parameter |
shadowsEnd
Declaration
[Tooltip("End point of the transition between shadows and midtones.")]
public MinFloatParameter shadowsEnd
Field Value
Type | Description |
---|---|
MinFloatParameter |
shadowsStart
Declaration
[Header("Shadow Limits")]
[Tooltip("Start point of the transition between shadows and midtones.")]
public MinFloatParameter shadowsStart
Field Value
Type | Description |
---|---|
MinFloatParameter |
Methods
IsActive()
Declaration
public bool IsActive()
Returns
Type | Description |
---|---|
bool |
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Type | Description |
---|---|
bool |