共用方式為


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 色彩空間。

適用於