次の方法で共有


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 色空間を示します。

適用対象