Class CALayerContentsFormat

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String Gray8Uint()  
      static java.lang.String RGBA16Float()  
      static java.lang.String RGBA8Uint()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CALayerContentsFormat

        public CALayerContentsFormat()
    • Method Detail

      • RGBA8Uint

        public static java.lang.String RGBA8Uint()
        Since:
        Available in iOS 10.0 and later.
      • RGBA16Float

        public static java.lang.String RGBA16Float()
        Since:
        Available in iOS 10.0 and later.
      • Gray8Uint

        public static java.lang.String Gray8Uint()
        Since:
        Available in iOS 10.0 and later.