Schnittstelle PixbufAlphaMode


public interface PixbufAlphaMode
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    A bilevel clipping mask (black and white)
    will be created and used to draw the image.
    static final int
    For now falls back to #GDK_PIXBUF_ALPHA_BILEVEL.
  • Felddetails

    • BILEVEL

      static final int BILEVEL
      A bilevel clipping mask (black and white)
      will be created and used to draw the image. Pixels below 0.5 opacity
      will be considered fully transparent, and all others will be
      considered fully opaque.
      Siehe auch:
    • FULL

      static final int FULL
      For now falls back to #GDK_PIXBUF_ALPHA_BILEVEL.
      In the future it will do full alpha compositing.
      Siehe auch: