Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gdkColormapNew: gdkColormapNew
Description
Creates a new colormap for the given visual.
Usage
gdkColormapNew(visual, allocate)
Arguments
visual
a
GdkVisual
.
allocate
if
TRUE
, the newly created colormap will be a private colormap, and all colors in it will be allocated for the applications use.
Value
GdkColormap
] the new
GdkColormap
.