AVCaptureColorSpace Enumeración

Definición

Enumera los espacios de color de captura de vídeo.

[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 = 
Herencia
AVCaptureColorSpace
Atributos

Campos

P3D65 1

Indica el espacio de colores DCI-P3 con un punto blanco CIE D65.

Srgb 0

Indica un espacio de colores RGB.

Se aplica a