Link Search Menu Expand Document

DisplayGamut

Constants that indicate the gamut of the current display.

public enum DisplayGamut: Int 

Inheritance

Int

Enumeration Cases

unspecified

An unspecified gamut value.

case unspecified

SRGB

The sRGB display gamut.

case SRGB

P3

The P3 display gamut.

case P3