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

    Class LiftGammaGain

    Inheritance
    Object
    LiftGammaGain
    Namespace: UnityEngine.Rendering.Universal
    Syntax
    [Serializable]
    public sealed class LiftGammaGain : VolumeComponent, IPostProcessComponent

    Fields

    gain

    Declaration
    [Tooltip("Controls the lightest portions of the render.")]
    public Vector4Parameter gain
    Field Value
    Type Description
    Vector4Parameter

    gamma

    Declaration
    [Tooltip("Power function that controls mid-range tones.")]
    public Vector4Parameter gamma
    Field Value
    Type Description
    Vector4Parameter

    lift

    Declaration
    [Tooltip("Controls the darkest portions of the render.")]
    public Vector4Parameter lift
    Field Value
    Type Description
    Vector4Parameter

    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()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 24 November 2020