Class WhiteBalance
Syntax
[Serializable]
public sealed class WhiteBalance : VolumeComponent, IPostProcessComponent
Fields
temperature
Declaration
[Tooltip("Sets the white balance to a custom color temperature.")]
public ClampedFloatParameter temperature
Field Value
Type |
Description |
ClampedFloatParameter |
|
tint
Declaration
[Tooltip("Sets the white balance to compensate for a green or magenta tint.")]
public ClampedFloatParameter tint
Field Value
Type |
Description |
ClampedFloatParameter |
|
Methods
IsActive()
Declaration
Returns
Implements
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Implements