Class ColorLookup
Syntax
[Serializable]
[VolumeComponentMenuForRenderPipeline("Post-processing/Color Lookup", new Type[]{typeof(UniversalRenderPipeline)})]
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
texture
Declaration
[Tooltip("A 2D Lookup Texture (LUT) to use for color grading.")]
public TextureParameter texture
Field Value
Methods
IsActive()
Declaration
Returns
Implements
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Implements
ValidateLUT()
Declaration
public bool ValidateLUT()
Returns