Package: gdk-pixbuf
Function gdk-pixbuf-composite-color
Lambda Listgdk-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-composite-color-simple function for a simpler variant of this function suitable for many tasks. | See also |
2021-12-12