Class 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_BT2020  
      static long _P3_D65  
      static long _sRGB  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait