Class ShadowsMidtonesHighlights
Inheritance
ShadowsMidtonesHighlights
Syntax
[Serializable]
public sealed class ShadowsMidtonesHighlights : VolumeComponent, IPostProcessComponent
Fields
highlights
Declaration
[Tooltip("Controls the lightest portions of the render.")]
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
[Tooltip("Start point of the transition between midtones and highlights.")]
public MinFloatParameter highlightsStart
Field Value
Type |
Description |
MinFloatParameter |
|
midtones
Declaration
[Tooltip("Power function that controls mid-range tones.")]
public Vector4Parameter midtones
Field Value
Type |
Description |
Vector4Parameter |
|
shadows
Declaration
[Tooltip("Controls the darkest portions of the render.")]
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
[Tooltip("Start point of the transition between shadows and midtones.")]
public MinFloatParameter shadowsStart
Field Value
Type |
Description |
MinFloatParameter |
|
Methods
IsActive()
Declaration
Returns
Implements
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Implements