#ifndef PS_COLOR_H #define PS_COLOR_H typedef struct { int none; /* 1: no color */ int r, g, b; double fr, fg, fb; } PSCOLOR; #endif