cgma
CubitColorConstants.hpp
Go to the documentation of this file.
00001 #ifndef CUBIT_COLOR_CONSTANTS_HPP
00002 #define CUBIT_COLOR_CONSTANTS_HPP
00003 
00004 const int CUBIT_DEFAULT_COLOR = -1;
00005 const int CUBIT_BLACK         =  0;
00006 const int CUBIT_GREY          =  1;
00007 const int CUBIT_ORANGE        =  2;
00008 const int CUBIT_RED           =  3;
00009 const int CUBIT_GREEN         =  4;
00010 const int CUBIT_YELLOW        =  5;
00011 const int CUBIT_MAGENTA       =  6;
00012 const int CUBIT_CYAN          =  7;
00013 const int CUBIT_BLUE          =  8;
00014 const int CUBIT_WHITE         =  9;
00015 const int CUBIT_BROWN         = 10;
00016 const int CUBIT_GOLD          = 11;
00017 const int CUBIT_LIGHTBLUE     = 12;
00018 const int CUBIT_LIGHTGREEN    = 13;
00019 const int CUBIT_SALMON        = 14;
00020 const int CUBIT_CORAL         = 15;
00021 const int CUBIT_PINK          = 16;
00022 
00023 #endif
00024 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines