Package: gdk-pixbuf
Function gdk-pixbuf:pixbuf-composite-color
Lambda Listgdk-pixbuf:pixbuf-composite-color (src dest x y width height xoffset yoffset xscale 
yscale interp alpha xcheck ycheck size color1 color2) ArgumentsDetails                                        Creates a transformation of the source image src by scaling by    xscale and yscale then translating by xoffset and    yoffset, then composites the rectangle (x,y,width,height) of    the resulting image with a checkboard of the colors color1 and    color2 and renders it onto the destination image.   See the gdk-pixbuf:pixbuf-composite-color-simple function for a simpler variant of this function suitable for many tasks.  | See also | 
#2024-6-29