docs.unity3d.com
    Show / Hide Table of Contents

    Struct GlobalPostProcessSettings

    Project-wide settings related to post-processing.

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [Serializable]
    public struct GlobalPostProcessSettings

    Fields

    bufferFormat

    The texture format to be used for the post-processing passes.

    Declaration
    public PostProcessBufferFormat bufferFormat
    Field Value
    Type Description
    PostProcessBufferFormat

    k_MaxLutSize

    The maximum allowed size for the color grading LUT.

    Declaration
    public const int k_MaxLutSize = 65
    Field Value
    Type Description
    Int32

    k_MinLutSize

    The minimum allowed size for the color grading LUT.

    Declaration
    public const int k_MinLutSize = 16
    Field Value
    Type Description
    Int32

    lutFormat

    The texture format to use to store the internal color gradint LUT.

    Declaration
    [FormerlySerializedAs("m_LutFormat")]
    public GradingLutFormat lutFormat
    Field Value
    Type Description
    GradingLutFormat
    See Also
    GradingLutFormat

    Properties

    lutSize

    Project-wide LUT size used for the internal color grading LUT and external LUTs.

    Declaration
    public int lutSize { get; set; }
    Property Value
    Type Description
    Int32
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023