gdkImageGetColormap {RGtk2}R Documentation

gdkImageGetColormap

Description

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.

Usage

gdkImageGetColormap(object)

Arguments

object [GdkImage] a GdkImage

Value

[GdkColormap] colormap for the image

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]