RGtk2 (version 2.20.31)

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

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