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