Learn R Programming

RGtk2 (version 2.8.7)

gdkPixbufCompositeColorSimple: gdkPixbufCompositeColorSimple

Description

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.

Usage

gdkPixbufCompositeColorSimple(object, dest.width, dest.height, interp.type, overall.alpha, check.size, color1, color2)

Arguments

Value

[GdkPixbuf] the new GdkPixbuf, or NULL if not enough memory could be allocated for it.