Beispiel #1
0
 public static extern guchar_ptr gdk_pixbuf_get_pixels(GdkPixbufPtr pixbuf);
Beispiel #2
0
 public static extern gboolean gdk_pixbuf_get_has_alpha(GdkPixbufPtr pixbuf);
Beispiel #3
0
 public static extern int gdk_pixbuf_get_rowstride(GdkPixbufPtr pixbuf);
Beispiel #4
0
 public static extern int gdk_pixbuf_get_bits_per_sample(GdkPixbufPtr pixbuf);
Beispiel #5
0
 public static extern int gdk_pixbuf_get_n_channels(GdkPixbufPtr pixbuf);
Beispiel #6
0
 public static extern int gdk_pixbuf_get_height(GdkPixbufPtr pixbuf);
Beispiel #7
0
 public static extern int gdk_pixbuf_get_width(GdkPixbufPtr pixbuf);
Beispiel #8
0
 public static extern GdkColorspace gdk_pixbuf_get_colorspace(GdkPixbufPtr pixbuf);