gdkDrawableSetColormap: gdkDrawableSetColormap

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

Description

Sets the colormap associated with drawable. Normally this will happen automatically when the drawable is created; you only need to use this function if the drawable-creating function did not have a way to determine the colormap, and you then use drawable operations that require a colormap. The colormap for all drawables and graphics contexts you intend to use together should match. i.e. when using a GdkGC to draw to a drawable, or copying one drawable to another, the colormaps should match.

Usage

1
gdkDrawableSetColormap(object, colormap)

Arguments

object

a GdkDrawable

colormap

a GdkColormap

Author(s)

Derived by RGtkGen from GTK+ documentation


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