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 / PENCOLOR.HLP < prev    next >
Text File  |  1990-06-11  |  1KB  |  20 lines

  1. pencolor  -- Command, one input.  Abbreviation: penc
  2.      This command applies only to the display turtle.  Its effect  is  dif-
  3.      ferent depending on how each type of terminal supports color.  For the
  4.      Atari, the input must be an integer between 0 and 6.  An  input  of  0
  5.      enters  black-and-white  display  mode  (which is the turtle's initial
  6.      mode), in which lines are as thin as possible but there is no  control
  7.      of  color.   Any  other  input  selects color mode, in which lines are
  8.      twice as thick, so the effective size of the screen  is  smaller,  but
  9.      colors  can  be  used.   There  are, in color mode, three possible pen
  10.      colors, numbered 1 to 3.  There are  256  possible  colors,  but  only
  11.      three  can be on the screen at a time; the setcolor command is used to
  12.      decide which pen draws in which actual color.  If the input is  4,  5,
  13.      or 6, the color is that of pen 1, 2, or 3, respectively, but lines are
  14.      drawn in "fill mode": for each point inked, all points  to  its  right
  15.      are  also  inked until a point is reached which was already inked.  On
  16.      the Gigi, there is only one mode, and there is no loss  of  resolution
  17.      in  using  color.  The input must be between 0 and 7; 0 means black, 7
  18.      means white.  The ADM, Tektronix, and Sun displays do not have  multi-
  19.      color drawing.
  20.