gdkDrawIndexedImage {RGtk2} | R Documentation |
Draws an indexed image in the drawable, using a GdkRgbCmap
to assign
actual colors to the color indices.
gdkDrawIndexedImage(object, gc, x, y, width, height, dith, buf, cmap)
|
[GdkDrawable ] The GdkDrawable to draw in (usually a GdkWindow ). |
|
[GdkGC ] The graphics context. |
|
[integer] The x coordinate of the top-left corner in the drawable. |
|
[integer] The y coordinate of the top-left corner in the drawable. |
|
[integer] The width of the rectangle to be drawn. |
|
[integer] The height of the rectangle to be drawn. |
|
[GdkRgbDither ] A GdkRgbDither value, selecting the desired dither mode. |
|
[raw] The pixel data, represented as 8-bit color indices. |
|
[GdkRgbCmap ] The GdkRgbCmap used to assign colors to the color indices. |
Derived by RGtkGen from GTK+ documentation