public final class AVCaptureColorSpace
extends java.lang.Object
Constants indicating active or supported video color space.
[@constant] AVCaptureColorSpace_sRGB The sGRB color space ( https://www.w3.org/Graphics/Color/srgb ) [@constant] AVCaptureColorSpace_P3_D65 The P3 D65 wide color space which uses Illuminant D65 as the white point. [@constant] AVCaptureColorSpace_HLG_BT2020 The BT2020 wide color space which uses Illuminant D65 as the white point and Hybrid Log-Gamma as the transfer function.
| Modifier and Type | Field and Description |
|---|---|
static long |
_HLG_BT2020 |
static long |
_P3_D65 |
static long |
_sRGB |
public static final long _sRGB
public static final long _P3_D65
public static final long _HLG_BT2020