RGB.rgbGcSetBackground

Warning gdk_rgb_gc_set_background is deprecated and should not be used in newly-written code. Sets the background color in gc to the specified color (or the closest approximation, in the case of limited visuals).

class RGB
static
void
rgbGcSetBackground
(,
uint rgb
)

Parameters

gc GC

The GdkGC to modify.

rgb uint

The color, represented as a 0xRRGGBB integer value.

Meta