DisplayColorSpace import { DisplayColorSpace } from "destack:display/binding"; Display color space. export enum DisplayColorSpace { Unknown = 0, Srgb = 1, DisplayP3 = 2, Bt2020 = 3, ScRgb = 4, Hdr10 = 5, } language/library/src/display/binding/monitor.ds:64:77 Variants Unknown = 0 Backend did not report one concrete color space. Srgb = 1 Standard RGB color space. DisplayP3 = 2 Display P3 color space. Bt2020 = 3 BT.2020 color space. ScRgb = 4 scRGB color space. Hdr10 = 5 HDR10 transfer and primaries.