gdkImageSetColormap {RGtk2}R Documentation

gdkImageSetColormap

Description

Sets the colormap for the image to the given colormap. Normally there's no need to use this function, images are created with the correct colormap if you get the image from a drawable. If you create the image from scratch, use the colormap of the drawable you intend to render the image to.

Usage

gdkImageSetColormap(object, colormap)

Arguments

object [GdkImage] a GdkImage
colormap [GdkColormap] a GdkColormap

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]