docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ColorSpaceUtils

    This class holds a collection of color space transformation matrices.

    Inheritance
    object
    ColorSpaceUtils
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    public static class ColorSpaceUtils

    Fields

    P3D65ToRec2020Mat

    Matrix to convert from color space P3D65 to Rec2020.

    Declaration
    public static readonly float3x3 P3D65ToRec2020Mat
    Field Value
    Type Description
    float3x3

    Rec2020ToP3D65Mat

    Matrix to convert from color space Rec2020 to P3D65.

    Declaration
    public static readonly float3x3 Rec2020ToP3D65Mat
    Field Value
    Type Description
    float3x3

    Rec2020ToRec709Mat

    Matrix to convert from color space Rec2020 to Rec709.

    Declaration
    public static readonly float3x3 Rec2020ToRec709Mat
    Field Value
    Type Description
    float3x3

    Rec709ToP3D65Mat

    Matrix to convert from color space Rec709 to P3D65.

    Declaration
    public static readonly float3x3 Rec709ToP3D65Mat
    Field Value
    Type Description
    float3x3

    Rec709ToRec2020Mat

    Matrix to convert from color space Rec709 to Rec2020.

    Declaration
    public static readonly float3x3 Rec709ToRec2020Mat
    Field Value
    Type Description
    float3x3
    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)