Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

color.h

Go to the documentation of this file.
00001 #ifndef fl_color_h
00002 #define fl_color_h
00003 
00004 
00005 // Note: These #defines conflict with the X header files, and probably others
00006 // as well.  Maybe a better strategy would be to make all the color constants
00007 // into global variables, or to make them ALLCAPS, as is traditional for
00008 // preprocessor contants.
00009 
00010 
00011 #define white     0xFFFFFFFF
00012 #define gray100   0xFFFFFFFF
00013 #define gray50    0xFF808080
00014 #define gray0     0xFF000000
00015 #define black     0xFF000000
00016 
00017 #define red       0xFFFF0000
00018 #define green     0xFF00FF00
00019 #define blue      0xFF0000FF
00020 
00021 #define purple    0xFFFF00FF
00022 
00023 #define cyan100   0xFF00FFFF
00024 #define cyan50    0xFF008080
00025 #define cyan      cyan100
00026 
00027 #define yellow100 0xFFFFFF00
00028 #define yellow90  0xFFE6E600
00029 #define yellow75  0xFFC0C000
00030 #define yellow50  0xFF808000
00031 #define yellow    yellow90
00032 
00033 
00034 #endif

Generated on Thu Dec 9 17:13:24 2004 for fl by doxygen1.2.18