Set Client Color Desc
Sets the color space for the client app.
The Set Client Color Desc Blueprint node is shown below:

Color Space: One of the EOculusXRColorSpace enum values:
- Unknown (default) - The default value of
GetHMDColorSpace until SetClientColorDesc is called. It is valid on PC and mapped to Quest on Quest. - Unmanaged: No color correction. Not recommended for production apps.
- Rec2020 - Preferred color space for standardized colors across all Meta Quest devices. This color space uses D65 (daylight) as its white point.
- RiftCV1 - Indicates the original Rift’s unique color space.
- RiftS - Indicates the RiftS’s unique color space.
- Quest - The Quest native color space, which is similar to the RiftCV1 color space.
- P3 - Similar to the DCI-P3 color space.
- Adobe RGB - Similar to sRGB, but with deeper greens, using D65 (daylight) as its white point.
None