docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ImageFilters.HDRParams

    Represents HDR parameters for image processing.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.XR.CompositionLayers.Rendering
    Assembly: Unity.XR.CompositionLayers.dll
    Syntax
    public struct ImageFilters.HDRParams

    Fields

    colorGamut

    The color gamut used.

    Declaration
    public ColorGamut colorGamut
    Field Value
    Type Description
    ColorGamut

    hdrEncoded

    Indicates whether HDR encoding is enabled.

    Declaration
    public bool hdrEncoded
    Field Value
    Type Description
    bool

    maxDisplayNits

    The maximum display nits.

    Declaration
    public float maxDisplayNits
    Field Value
    Type Description
    float

    nitsForPaperWhite

    The nits value for paper white.

    Declaration
    public float nitsForPaperWhite
    Field Value
    Type Description
    float

    Properties

    inactiveHdrParams

    Gets an inactive HDR parameters instance with default values.

    Declaration
    public static ImageFilters.HDRParams inactiveHdrParams { get; }
    Property Value
    Type Description
    ImageFilters.HDRParams

    Methods

    ToString()

    Returns a string representation of the HDR parameters.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string describing the HDR parameters.

    Overrides
    ValueType.ToString()

    Operators

    implicit operator HDRParams(HDROutputSettings)

    Implicitly converts an HDROutputSettings to ImageFilters.HDRParams.

    Declaration
    public static implicit operator ImageFilters.HDRParams(HDROutputSettings hdrSettings)
    Parameters
    Type Name Description
    HDROutputSettings hdrSettings

    The HDR output settings to convert.

    Returns
    Type Description
    ImageFilters.HDRParams

    New HDR parameters for image processing.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)