docs.unity.cn
    Show / Hide Table of Contents

    Enum HDREncoding

    The available options for color encoding when outputting to an HDR device.

    Namespace: UnityEngine.Rendering
    Syntax
    [GenerateHLSL(PackingRules.Exact, true, false, false, 1, false, false, false, -1, "C:\\temp\\com.unity.render-pipelines.core@17.0\\Packages\\com.unity.render-pipelines.core\\Runtime\\PostProcessing\\HDROutputDefines.cs")]
    public enum HDREncoding

    Fields

    Name Description Value
    sRGB

    sRGB curve OETF.


    0
    PQ

    ST 2084 PQ OETF


    2
    Linear

    Linear OETF.


    3
    Gamma22

    Gamma 2.2 OETF.


    4

    Extension Methods

    AnalyticsUtils.ToNestedColumn<HDREncoding>(Boolean)
    AnalyticsUtils.ToNestedColumnWithDefault<HDREncoding>(HDREncoding, Boolean)
    ReflectionUtils.Invoke(String, Object[])
    ReflectionUtils.SetField(String, Object)
    ReflectionUtils.GetField(String)
    ReflectionUtils.GetFields()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 26 September 2023