Package apple.avfoundation.enums
Class AVCaptureColorSpace
- java.lang.Object
-
- apple.avfoundation.enums.AVCaptureColorSpace
-
public final class AVCaptureColorSpace extends java.lang.Object[@enum] AVCaptureColorSpace 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.
-
-
Field Summary
Fields Modifier and Type Field Description static long_HLG_BT2020static long_P3_D65static long_sRGB
-
-
-
Field Detail
-
_sRGB
public static final long _sRGB
- See Also:
- Constant Field Values
-
_P3_D65
public static final long _P3_D65
- See Also:
- Constant Field Values
-
_HLG_BT2020
public static final long _HLG_BT2020
- See Also:
- Constant Field Values
-
-