diff --git a/qtsgraph.h b/qtsgraph.h index 4e8b409..2485f1b 100644 --- a/qtsgraph.h +++ b/qtsgraph.h @@ -56,6 +56,9 @@ along with Vesi. If not, see . #define clBlue 0x000000FF #define clBlack 0x00000000 #define clWhite 0x00FFFFFF +#define clYellow 0x00FFFF00 +#define clMagenta 0x00FF00FF +#define clCyan 0x0000FFFF class QTSGraph : public QMainWindow {