UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EWorkingColorSpace Namespace Reference

Enumerations

enum  Type : int {
  sRGB = 1 UMETA(DisplayName = "sRGB / Rec709", ToolTip = "sRGB / Rec709 (BT.709) color primaries, with D65 white point.") , Rec2020 = 2 UMETA(DisplayName = "Rec2020", ToolTip = "Rec2020 (BT.2020) primaries with D65 white point.") , ACESAP0 = 3 UMETA(DIsplayName = "ACES AP0", ToolTip = "ACES AP0 wide gamut primaries, with D60 white point.") , ACESAP1 = 4 UMETA(DIsplayName = "ACES AP1 / ACEScg", ToolTip = "ACES AP1 / ACEScg wide gamut primaries, with D60 white point.") ,
  P3DCI = 5 UMETA(DisplayName = "P3DCI", ToolTip = "P3 (Theater) primaries, with DCI Calibration white point.") , P3D65 = 6 UMETA(DisplayName = "P3D65", ToolTip = "P3 (Display) primaries, with D65 white point.") , Custom = 7 UMETA(DisplayName = "Custom", ToolTip = "User defined color space and white point.")
}
 

Enumeration Type Documentation

◆ Type

Enumerator
sRGB 
Rec2020 
ACESAP0 
ACESAP1 
P3DCI 
P3D65 
Custom