 3   0   iselect        = color of box  if option has been selected
 0   1   itextselect    = color of text if option has been selected
 0   1   ibox           = color of box boundary except for value that can be changed box
 4   1   itext          = color of text if option has not been selected
 0   0    iexit         = color of exit box (NOT used)
 7   0   ichange        = color of box with value that is being changed
 0   0   ichangetext    = color of text in box with value that is being changed
 4   1    iheader       = color of header text
 0   0   iback_usevalue = color of box with a value that can be changed
17  15   iback          = color of box if option is not selected
16   0   iscreen        = color of background
17   0   itopbox        = color of box  at top of screen
 4   1   itoptext       = color of text at top of screen
 7   1   itextchange    = color of text in a box with value that can be changed
 4   1   itextchange2   = color of text in  box with a parameter name 
 7   1   itextchange3   = color of text once a value that has been changed
 0   1   iboxblack      = black color for box
 1   1   iboxwhite      = white color for box
70  10   igrey_16       = integer from 0-100 used to create grey for color index 16
80  20   igrey_17       = integer from 0-100 used to create grey for color index 17
65  10   icr_18         = integer from 0-100 used to create cr or color index 18
65  10   icg_18         = integer from 0-100 used to create cg or color index 18
65  10   icb_18         = integer from 0-100 used to create cb or color index 18

Numbers refer to colors as used by pgsci. For example:

	0  = black  (white for Postscript output)
	1  = white  (black for Postscript output)
	2  = red
	3  = green
	4  = blue
	5  = cyan
	7  = yellow
	8  = orange
	13 = redmagenta
	14 = dkgrey
	15 = ltgrey
        16 = grey color created by igrey_16
        17 = grey color created by igrey_17
	18 = user defined color using icr_18,icg_18,icb_18
	


First number is  used by fakerat_menu interactive mode. 
Second number is used by fakerat_menu to produce b+w copy of fakerat_menu

Note for Postscript output: black is white and white is black !

Last changed: DWM 26-Apr-94 








