Handbook
Glossary
gdk_pixbuf_composite_color_simple ( pixbuf dest_width dest_height interp_type overall_alpha check_size color1 color2 -- GdkPixbuf* )
Vocabulary
gdk2
.
pixbuf
.
ffi
Inputs
pixbuf
an
object
dest_width
an
object
dest_height
an
object
interp_type
an
object
overall_alpha
an
object
check_size
an
object
color1
an
object
color2
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_composite_color_simple
( GdkPixbuf* pixbuf,
gint
dest_width,
gint
dest_height,
GdkInterpType
interp_type,
gint
overall_alpha,
gint
check_size,
guint32
color1,
guint32
color2 )