Handbook
Glossary
gdk_pixbuf_add_alpha ( pixbuf substitute_color r g b -- GdkPixbuf* )
Vocabulary
gdk2
.
pixbuf
.
ffi
Inputs
pixbuf
an
object
substitute_color
an
object
r
an
object
g
an
object
b
an
object
Outputs
GdkPixbuf*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk2.pixbuf.ffi
LIBRARY:
gdk.pixbuf
FUNCTION:
GdkPixbuf*
gdk_pixbuf_add_alpha
( GdkPixbuf* pixbuf,
gboolean
substitute_color,
guint8
r,
guint8
g,
guint8
b )