Enum GradingMode | Post Processing | 2.3.0
docs.unity3d.com
    Show / Hide Table of Contents

    Enum GradingMode

    Color grading modes.

    Namespace: UnityEngine.Rendering.PostProcessing
    Syntax
    public enum GradingMode

    Fields

    Name Description
    External

    This mode allows you to provide a custom 3D LUT authored in an external software.

    HighDefinitionRange

    This mode is aimed at platforms that support HDR rendering. All the color operations will be applied in HDR and stored into a 3D log-encoded LUT to ensure a sufficient range coverage and precision (Alexa LogC El1000).

    LowDefinitionRange

    This mode is aimed at lower-end platforms but it can be used on any platform. Grading is applied to the final rendered frame clamped in a [0,1] range and stored in a standard LUT.

    Back to top
    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