#include <regguts.h>
Data Fields | |
int | magic |
struct vars * | v |
size_t | ncds |
size_t | max |
color | free |
struct colordesc * | cd |
struct colordesc | cdspace [NINLINECDS] |
union tree | tree [NBYTS] |
Definition at line 219 of file regguts.h.
struct colordesc* colormap::cd |
Definition at line 227 of file regguts.h.
Referenced by cmtreefree(), colorchain(), colorcomplement(), findprefix(), freecm(), freecolor(), initcm(), newcolor(), newsub(), okcolors(), pg_reg_getcharacters(), pg_reg_getnumcharacters(), pseudocolor(), rainbow(), setcolor(), subblock(), subcolor(), and uncolorchain().
struct colordesc colormap::cdspace[NINLINECDS] |
Definition at line 231 of file regguts.h.
Referenced by freecm(), initcm(), and newcolor().
Definition at line 226 of file regguts.h.
Referenced by freecolor(), initcm(), and newcolor().
int colormap::magic |
Definition at line 221 of file regguts.h.
Referenced by freecm(), initcm(), and setcolor().
size_t colormap::max |
Definition at line 225 of file regguts.h.
Referenced by freecm(), freecolor(), initcm(), maxcolor(), newcolor(), pg_reg_getcharacters(), pg_reg_getnumcharacters(), and pg_reg_getnumcolors().
size_t colormap::ncds |
Definition at line 224 of file regguts.h.
Referenced by initcm(), and newcolor().
union tree colormap::tree[NBYTS] |
Definition at line 232 of file regguts.h.
Referenced by cmtreefree(), freecm(), initcm(), pg_reg_getcharacters(), scancolormap(), setcolor(), and subblock().
struct vars* colormap::v |