gdk_pixbuf_composite_color_simple ( pixbuf dest_width dest_height interp_type overall_alpha check_size color1 color2 -- GdkPixbuf* )


Vocabulary
gdk2.pixbuf.ffi

Inputs
pixbufan object
dest_widthan object
dest_heightan object
interp_typean object
overall_alphaan object
check_sizean object
color1an object
color2an object


Outputs
GdkPixbuf*an object


Definition


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 )