A QNX Graphics Framework palette
#include <gf/gf.h> typedef struct { int ncolors; gf_color_t *colors; } gf_palette_t;
The gf_palette_t structure defines a color palette associated with a surface. It contains at least the following members:
A gf_color_t is a generic 32-bit color argument used by the GF library. This type is assumed to be native endian, with the following components:
QNX Graphics Framework
gf_surface_attach(), gf_surface_attach_by_sid(), gf_surface_create(), gf_surface_create_layer()