The colornames, and the default values for the pens */
| 598 | |
| 599 | /* The colornames, and the default values for the pens */ |
| 600 | struct COLDEF { |
| 601 | char *name, *defval; |
| 602 | }; |
| 603 | struct COLDEF amii_colnames[AMII_MAXCOLORS] = { |
| 604 | "Black", "(000)", "White", "(fff)", "Brown", "(830)", "Cyan", "(7ac)", |
| 605 | "Green", "(181)", "Magenta", "(c06)", "Blue", "(23e)", "Red", "(c00)", |
nothing calls this directly
no outgoing calls
no test coverage detected