]> Pileus Git - ~andy/gtk/blobdiff - gdk-pixbuf/gdk-pixbuf.h
contrib subdir
[~andy/gtk] / gdk-pixbuf / gdk-pixbuf.h
index 82f0551bac90207758639a85ea05ed6b592d1813..a61dc9366046ed737bfd0465f7b88834718c8c12 100644 (file)
@@ -36,6 +36,13 @@ extern "C" {
 
 \f
 
+/* Alpha compositing mode */
+typedef enum
+{
+  GDK_PIXBUF_ALPHA_BILEVEL,
+  GDK_PIXBUF_ALPHA_FULL
+} GdkPixbufAlphaMode;
+
 /* Color spaces; right now only RGB is supported.
  * Note that these values are encoded in inline pixbufs
  * as ints, so don't reorder them