home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / doslogo.zip / LOGOHLP.ZIP / SETCOLOR.HLP < prev    next >
Text File  |  1990-06-11  |  659b  |  10 lines

  1. setcolor  -- Command, two inputs.  Abbreviation: setc
  2.      This command applies only to the Atari display turtle.  The first  in-
  3.      put  must be an integer between 0 and 3.  If the input is nonzero, the
  4.      second input specifies the color for the pen selected by the first in-
  5.      put.  If the first input is zero, the second input specifies the back-
  6.      ground color for the color graphics display.  The second input is  ei-
  7.      ther  an  integer between 0 and 15, which is a color number, or a list
  8.      of two integers, in which case the first is a  color  number  and  the
  9.      second is an intensity number, an integer between 0 and 7.
  10.