gdkColorAlloc {RGtk2} | R Documentation |
Allocates a single color from a colormap.
WARNING: gdk_color_alloc
is deprecated and should not be used in newly-written code. Use gdkColormapAllocColor
instead.
gdkColorAlloc(object, color)
|
[GdkColormap ] a GdkColormap . |
|
[GdkColor ] The color to allocate. On return, the
pixel field will be filled in. |
[integer] TRUE
if the allocation succeeded.
Derived by RGtkGen from GTK+ documentation