Class CGImageAlphaInfo


  • public final class CGImageAlphaInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int First
      For example, non-premultiplied ARGB
      static int Last
      For example, non-premultiplied RGBA
      static int None
      For example, RGB.
      static int NoneSkipFirst
      For example, XRGB.
      static int NoneSkipLast
      For example, RBGX.
      static int Only
      No color data, alpha data only
      static int PremultipliedFirst
      For example, premultiplied ARGB
      static int PremultipliedLast
      For example, premultiplied RGBA
    • Method Summary

      • Methods inherited from class java.lang.Object

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