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.
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.