gdkColorChange: gdkColorChange

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

Changes the value of a color that has already been allocated. If colormap is not a private colormap, then the color must have been allocated using gdkColormapAllocColors with the writeable set to TRUE. WARNING: gdk_color_change is deprecated and should not be used in newly-written code.

Usage

1
gdkColorChange(object, color)

Arguments

object

a GdkColormap.

color

a GdkColor, with the color to change in the pixel field, and the new value in the remaining fields.

Value

[integer] TRUE if the color was successfully changed.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkColorChange in RGtk2...