Class ColorSpaceUtils
This class holds a collection of color space transformation matrices.
Inherited Members
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 |