AVCaptureColorSpace 枚举

定义

枚举视频捕获颜色空间。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureColorSpace
type AVCaptureColorSpace = 
继承
AVCaptureColorSpace
属性

字段

P3D65 1

指示具有 CIE D65 白点的 DCI-P3 颜色空间。

Srgb 0

指示 RGB 颜色空间。

适用于