00001 #ifndef VSGL_TYPES_H_INCLUDED 00002 #define VSGL_TYPES_H_INCLUDED 00003 00004 #include "quickcg.h" 00005 00006 using namespace QuickCG; 00007 00008 typedef ColorRGB Colore; 00009 #define LARGHEZZA_DISEGNO w 00010 #define ALTEZZA_DISEGNO h 00011 00012 #define BIANCO RGB_White 00013 #define ROSSO RGB_Red 00014 #define VERDE RGB_Green 00015 #define CIANO RGB_Cyan 00016 #define MAGENTA RGB_Magenta 00017 #define GIALLO RGB_Yellow 00018 #define GRIGIO RGB_Grey 00019 #define MARRONE RGB_Maroon 00020 #define VERDE_SCURO RGB_Darkgreen 00021 #define BLU_MARINO RGB_Navy 00022 #define VIOLA RGB_Purple 00023 #define VERDE_OLIVA RGB_Olive 00024 #define NERO RGB_Black 00025 #define NESSUN_COLORE ColorRGB(-1,-1,-1) 00026 00027 #endif // VSGL_TYPES_H_INCLUDED