! PR:I_COLOR.GRAPHIC ! List input parameters for INPUT COLOR !---------------------------------------------------------------------- sic\let b*4 "" /new character ! 4 is underline, 7 reverse video but both sic\let n*4 "" /new character ! are mapped to same attribute on dumb VT100 say "GO COLOR will load a parametrized color table" say "Input parameter is integer array COLOR[3]" say " " say " The first parameter is the color attributed to the zero level of the map" say " COLOR[1] [" 'b''color[1]''n' "]" say " " say " The second parameter is the color attributed to the map maximum" say " COLOR[2] [" 'b''color[2]''n' "]" say " (0=red 60=yellow 120=green 180=cyan 240=blue 300=magenta 360=red)" say " " say " The third parameter affects the screen brightness for low map levels:" say " the screen brightness is decreased for color[3] color levels" say " close to map zero." say " COLOR[3] [" 'b''color[3]''n' "]" say " "