docs.unity.cn
    Show / Hide Table of Contents

    Enum TonemappingMode

    Available tonemapping modes.

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [GenerateHLSL(PackingRules.Exact, true, false, false, 1, false, false, false, -1, "C:\\temp\\com.unity.render-pipelines.high-definition@11.0\\Packages\\com.unity.render-pipelines.high-definition\\Runtime\\PostProcessing\\Components\\Tonemapping.cs")]
    public enum TonemappingMode

    Fields

    Name Description Value
    None

    No tonemapping.

    0
    Neutral

    Tonemapping mode with minimal impact on color hue and saturation.

    1
    ACES

    Close approximation of the reference ACES tonemapper for a more filmic look.

    2
    Custom

    A tweakable, artist-friendly tonemapping curve.

    3
    External

    Specifies a custom lookup table.

    4
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 18 October 2021