#include "common.h"#include "memgfx.h"Include dependency graph for fixColor.c:

Go to the source code of this file.
Variables | |
| static char const | rcsid [] = "$Id: fixColor.c,v 1.3 2003/05/06 07:33:42 kate Exp $" |
| rgbColor | mgFixedColors [9] |
| struct rgbColor mgFixedColors[9] |
Initial value:
{
{ 255, 255, 255},
{ 0, 0, 0},
{ 255, 0, 0},
{ 0, 255, 0},
{ 0, 0, 255},
{ 0, 255, 255},
{ 255, 0, 255},
{ 255, 255, 0},
{ 140, 140, 140},
}
Definition at line 7 of file fixColor.c.
Referenced by mgSetDefaultColorMap(), and pscmSetDefaultColorMap().
char const rcsid[] = "$Id: fixColor.c,v 1.3 2003/05/06 07:33:42 kate Exp $" [static] |
Definition at line 5 of file fixColor.c.
1.5.2