home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Examples / AppKit / Backspace / BoinkWraps.psw < prev    next >
Encoding:
Text File  |  1993-07-15  |  134 b   |  8 lines

  1. defineps colorLine(float x1, y1, x2, y2, hue, brightness)
  2.  
  3.         hue 1 brightness sethsbcolor
  4.         x1 y1 moveto
  5.         x2 y2 lineto stroke
  6.  
  7. endps
  8.