Learn R Programming

RGtk2 (version 2.12.17)

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

dest.width
[integer] the width of destination image
dest.height
[integer] the height of destination image
interp.type
[GdkInterpType] the interpolation type for the transformation.
overall.alpha
[integer] overall alpha for source image (0..255)
check.size
[integer] the size of checks in the checkboard (must be a power of two)
color1
[numeric] the color of check at upper left
color2
[numeric] the color of the other check

Value