home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / lisp / mcl / 1940 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  805 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!olivea!apple!cambridge.apple.com!language@skdad.usask.ca
  2. From: language@skdad.usask.ca
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Re:  flooding region w/ paint -- how?
  5. Message-ID: <9301061926.AA04703@waskesiu.USask.ca>
  6. Date: 6 Jan 93 19:26:44 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 9
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10.  
  11. > You know how in MacPaint and similar paint programs you can
  12. > click on a pixel and fill the surrounding region with paint?
  13.  
  14. as a matter of fact,  there are quickdraw primitives for both
  15. the paint bucket tool,  and the laso tool found in macpaint.
  16. Check the docs for the SeedFill and CalcMask routines,  and their
  17. colour counterparts SeedCFill and CalcCMask.
  18.  
  19.     -john montbriand
  20.