UIDisplayGamut 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举显示域。
[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 =
- 继承
-
UIDisplayGamut
- 属性
字段
P3 | 1 | P3 显示色域 (“宽色”) 。 |
Srgb | 0 | Srgb 显示域。 |
Unspecified | -1 | 不确定的显示域。 |