gdkDrawRgb32ImageDithalign: gdkDrawRgb32ImageDithalign

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

Description

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

Usage

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

Arguments

object

a GdkDrawable

gc

a GdkGC

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

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.