RGB.drawRgb32_ImageDithalign

Warning gdk_draw_rgb_32_image_dithalign has been deprecated since version 2.22 and should not be used in newly-written code. Cairo handles colors automatically. Like gdk_draw_rgb_32_image(), but allows you to specify the dither offsets. See gdk_draw_rgb_image_dithalign() for more details.

class RGB
static
void
drawRgb32_ImageDithalign
(,,
int x
,
int y
,
int width
,
int height
,,
char* buf
,,
int xdith
,
int ydith
)

Parameters

drawable Drawable

a GdkDrawable

gc GC

a GdkGC

x int

X coordinate on drawable where image should go

y int

Y coordinate on drawable where image should go

width int

width of area of image to draw

height int

height of area of image to draw

dith GdkRgbDither

dithering mode

buf char*

RGB image data

rowstride int

rowstride of RGB image data

xdith int

X dither offset

ydith int

Y dither offset

Meta