UIDisplayGamut Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates display gamuts.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIDisplayGamut
type UIDisplayGamut =
- Inheritance
-
UIDisplayGamut
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unspecified | -1 | An indeterminate display gamut. |
Srgb | 0 | The Srgb display gamut. |
P3 | 1 | The P3 display gamut ("wide-color"). |