gdk_pixbuf_composite_color ( pixbuf dest dest_x dest_y dest_width dest_height offset_x offset_y scale_x scale_y interp_type overall_alpha check_x check_y check_size color1 color2 -- )


Vocabulary
gdk2.pixbuf.ffi

Inputs
pixbufan object
destan object
dest_xan object
dest_yan object
dest_widthan object
dest_heightan object
offset_xan object
offset_yan object
scale_xan object
scale_yan object
interp_typean object
overall_alphaan object
check_xan object
check_yan object
check_sizean object
color1an object
color2an object


Outputs
None

Definition


LIBRARY: gdk.pixbuf FUNCTION: void
gdk_pixbuf_composite_color
( GdkPixbuf* pixbuf, GdkPixbuf* dest, gint dest_x, gint
dest_y, gint dest_width, gint dest_height, gdouble offset_x,
gdouble offset_y, gdouble scale_x, gdouble scale_y,
GdkInterpType interp_type, gint overall_alpha, gint check_x,
gint check_y, gint check_size, guint32 color1, guint32
color2 )