home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / new / os30 / wb / contents next >
Text File  |  1993-12-21  |  691b  |  13 lines

  1. ProcurePens    Uses the V39 graphics.library function ObtainPen() to lock,
  2.         or procure, a pen.  The idea here is that you call this
  3.         program from your user-startup, so that it gets run every
  4.         time you boot.  This way, you can have a standard setup for
  5.         colors beyond the eight that Palette Preferences allows.
  6.         You can lock all available pens for exclusive use, if you
  7.         wanted to.  With the pens locked and set on startup, you can
  8.         use those extra colors in Workbench icons (though you may
  9.         have to use IconEdit 2.x to get them to work in 16 colors),
  10.         Dock icons, console escape colors (multicolor CLI prompts),
  11.         and other cool stuff.  Version 1.0, binary only.
  12.         Author:  Joseph Luk
  13.