Class CIFormat.Values

  • Enclosing class:
    CIFormat

    public static class CIFormat.Values
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Values()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int A16()  
      static int A8()  
      static int ABGR8()  
      static int Af()  
      static int Ah()  
      static int ARGB8()  
      static int BGRA8()  
      static int L16()  
      static int L8()  
      static int LA16()  
      static int LA8()  
      static int LAf()  
      static int LAh()  
      static int Lf()  
      static int Lh()  
      static int R16()  
      static int R8()  
      static int Rf()  
      static int RG16()  
      static int RG8()  
      static int RGBA16()  
      static int RGBA8()  
      static int RGBAf()  
      static int RGBAh()  
      static int RGf()  
      static int RGh()  
      static int Rh()  
      • Methods inherited from class java.lang.Object

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

      • Values

        public Values()
    • Method Detail

      • ARGB8

        public static int ARGB8()
        Since:
        Available in iOS 6.0 and later.
      • BGRA8

        public static int BGRA8()
      • RGBA8

        public static int RGBA8()
      • ABGR8

        public static int ABGR8()
        Since:
        Available in iOS 9.0 and later.
      • RGBAh

        public static int RGBAh()
        Since:
        Available in iOS 6.0 and later.
      • RGBA16

        public static int RGBA16()
        Since:
        Available in iOS 10.0 and later.
      • RGBAf

        public static int RGBAf()
        Since:
        Available in iOS 7.0 and later.
      • A8

        public static int A8()
        Since:
        Available in iOS 9.0 and later.
      • A16

        public static int A16()
        Since:
        Available in iOS 9.0 and later.
      • Ah

        public static int Ah()
        Since:
        Available in iOS 9.0 and later.
      • Af

        public static int Af()
        Since:
        Available in iOS 9.0 and later.
      • R8

        public static int R8()
        Since:
        Available in iOS 9.0 and later.
      • R16

        public static int R16()
        Since:
        Available in iOS 9.0 and later.
      • Rh

        public static int Rh()
        Since:
        Available in iOS 9.0 and later.
      • Rf

        public static int Rf()
        Since:
        Available in iOS 9.0 and later.
      • RG8

        public static int RG8()
        Since:
        Available in iOS 9.0 and later.
      • RG16

        public static int RG16()
        Since:
        Available in iOS 9.0 and later.
      • RGh

        public static int RGh()
        Since:
        Available in iOS 9.0 and later.
      • RGf

        public static int RGf()
        Since:
        Available in iOS 9.0 and later.
      • L8

        public static int L8()
        Since:
        Available in iOS 10.0 and later.
      • L16

        public static int L16()
        Since:
        Available in iOS 10.0 and later.
      • Lh

        public static int Lh()
        Since:
        Available in iOS 10.0 and later.
      • Lf

        public static int Lf()
        Since:
        Available in iOS 10.0 and later.
      • LA8

        public static int LA8()
        Since:
        Available in iOS 10.0 and later.
      • LA16

        public static int LA16()
        Since:
        Available in iOS 10.0 and later.
      • LAh

        public static int LAh()
        Since:
        Available in iOS 10.0 and later.
      • LAf

        public static int LAf()
        Since:
        Available in iOS 10.0 and later.