| gdkPixbufCompositeColorSimple {RGtk2} | R Documentation |
Creates a new GdkPixbuf by scaling src to dest.width x
dest.height and compositing the result with a checkboard of colors
color1 and color2.
gdkPixbufCompositeColorSimple(object, dest.width, dest.height, interp.type, overall.alpha, check.size, color1, color2)
|
[GdkPixbuf] a GdkPixbuf |
|
[integer] the width of destination image |
|
[integer] the height of destination image |
|
[GdkInterpType] the interpolation type for the transformation. |
|
[integer] overall alpha for source image (0..255) |
|
[integer] the size of checks in the checkboard (must be a power of two) |
|
[numeric] the color of check at upper left |
|
[numeric] the color of the other check |
[GdkPixbuf] the new GdkPixbuf, or NULL if not enough memory could be
allocated for it.
Derived by RGtkGen from GTK+ documentation