Class SplitToning
Syntax
[Serializable]
[VolumeComponentMenu("Post-processing/Split Toning")]
public sealed class SplitToning : VolumeComponent, IPostProcessComponent
Fields
balance
Declaration
[Tooltip("Balance between the colors in the highlights and shadows.")]
public ClampedFloatParameter balance
Field Value
highlights
Declaration
[Tooltip("The color to use for highlights.")]
public ColorParameter highlights
Field Value
shadows
Declaration
[Tooltip("The color to use for shadows.")]
public ColorParameter shadows
Field Value
Methods
IsActive()
Declaration
Returns
Implements
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Implements