Learn R Programming

RGtk2 (version 2.12.17)

gdkDrawRgb32ImageDithalign: gdkDrawRgb32ImageDithalign

Description

Like gdkDrawRgb32Image, but allows you to specify the dither offsets. See gdkDrawRgbImageDithalign for more details.

Usage

gdkDrawRgb32ImageDithalign(object, gc, x, y, width, height, dith, buf, xdith, ydith)

Arguments

gc
x
[integer] X coordinate on drawable where image should go
y
[integer] Y coordinate on drawable where image should go
width
[integer] width of area of image to draw
height
[integer] height of area of image to draw
dith
[GdkRgbDither] dithering mode
buf
[raw] RGB image data
xdith
[integer] X dither offset
ydith
[integer] Y dither offset