graphicsData.h


     1	/*#define BRANCHCOLOR_RED       0.25
     2	#define BRANCHCOLOR_GREEN     0.25
     3	#define BRANCHCOLOR_BLUE      0.25
     4	#define BRANCH_X_DIM          10
     5	*/
     6	#define BRANCHCOLOR_RED       0.28
     7	#define BRANCHCOLOR_GREEN     0.20
     8	#define BRANCHCOLOR_BLUE      0.17
     9	#define BRANCH_X_DIM          8
    10	#define BRANCH_Y_DIM          2
    11	#define ROOT_X_DIM            6
    12	#define ROOT_Y_DIM    	      2
    13	#define MAXROOTDIM            20
    14	#define LIMIT		      100
    15	
    16	#define RT_COLOR_INDEX          201
    17	#define BG_COLOR_INDEX          202
    18