Class ColorLookup
Syntax
[Serializable]
public sealed class ColorLookup : VolumeComponent, IPostProcessComponent
Fields
contribution
Declaration
[Tooltip("How much of the lookup texture will contribute to the color grading effect.")]
public ClampedFloatParameter contribution
Field Value
Type |
Description |
ClampedFloatParameter |
|
texture
Declaration
[Tooltip("A custom 2D texture lookup table to apply.")]
public TextureParameter texture
Field Value
Type |
Description |
TextureParameter |
|
Methods
IsActive()
Declaration
Returns
Implements
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Implements
ValidateLUT()
Declaration
public bool ValidateLUT()
Returns