Class ColorLookup | Universal RP | 8.3.1
docs.unity.cn
    Show / Hide Table of Contents

    Class ColorLookup

    Inheritance
    Object
    ColorLookup
    Namespace: UnityEngine.Rendering.Universal
    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
    public bool IsActive()
    Returns
    Type Description
    Boolean
    Implements
    IPostProcessComponent.IsActive()

    IsTileCompatible()

    Declaration
    public bool IsTileCompatible()
    Returns
    Type Description
    Boolean
    Implements
    IPostProcessComponent.IsTileCompatible()

    ValidateLUT()

    Declaration
    public bool ValidateLUT()
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 24 November 2020