gdkImageGetColormap {RGtk2} | R Documentation |
Retrieves the colormap for a given image, if it exists. An image
will have a colormap if the drawable from which it was created has
a colormap, or if a colormap was set explicitely with
gdkImageSetColormap
.
gdkImageGetColormap(object)
|
[GdkImage ] a GdkImage |
[GdkColormap
] colormap for the image
Derived by RGtkGen from GTK+ documentation