Method GTK2.GdkPixbuf()->composite_color()
- Method composite_color
GTK2.GdkPixbufcomposite_color(GTK2.GdkPixbufdest,intdest_x,intdest_y,intdest_width,intdest_height,floatoffset_x,floatoffset_y,floatscale_x,floatscale_y,inttype,intoverall_alpha,intcheck_x,intcheck_y,intcheck_size,intcolor1,intcolor2)- Description
Creates a transformation of the source image by scaling by scale_x and scale_y, then translating by offset_x and offset_y, then composites the rectangle (dest_x,dest_y,dest_width,dest_height) of the resulting image with a checkboard of the colors color1 and color2 and renders it onto the destinagion image.
See composite_color_simple() for a simpler variant of this function suitable for many tasks.