unreal.ColorSpace

class unreal.ColorSpace

Bases: EnumBase

deprecated: ‘ColorSpace’ was renamed to ‘OculusColorSpace’.

ADOBE_RGB: ColorSpace

Similar to sRGB but with deeper greens using D65 white point

Type:

8

P3: ColorSpace

Similar to DCI-P3. See documentation for more details on P3

Type:

7

QUEST: ColorSpace

Oculus Quest’s native color space is slightly different than Rift CV1

Type:

6

REC_2020: ColorSpace

Preferred color space for standardized color across all Oculus HMDs with D65 white point

Type:

2

REC_709: ColorSpace

Rec. 709 is used on Oculus Go and shares the same primary color coordinates as sRGB

Type:

3

RIFT_CV1: ColorSpace

Oculus Rift CV1 uses a unique color space, see documentation for more info

Type:

4

RIFT_S: ColorSpace

Oculus Rift S uses a unique color space, see documentation for more info

Type:

5

UNKNOWN: ColorSpace

The default value from GetHmdColorSpace until SetClientColorDesc is called. Only valid on PC, and will be remapped to Quest on Mobile

Type:

0

UNMANAGED: ColorSpace

No color correction, not recommended for production use. See documentation for more info

Type:

1