GdkRgbCmap

Warning GdkRgbCmap is deprecated and should not be used in newly-written code. A private data structure which maps color indices to actual RGB colors. This is used only for gdk_draw_indexed_image(). guint32 colors[256]; The colors, represented as 0xRRGGBB integer values. gint n_colors; The number of colors in the cmap.

struct GdkRgbCmap {}

Members

Variables

colors
uint colors;
Undocumented in source.
nColors
int nColors;
Undocumented in source.

Meta