home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / aminet / proclib20.lha / ScreenEaters / SE.doc next >
Text File  |  1993-10-26  |  804b  |  27 lines

  1. Screen Eaters - Cls Must Die!
  2.  
  3. Screen Eaters, an idea invented by Paul Hickman (ph@doc.ic.ac.uk), are
  4. creative ways of clearing a screen.
  5.  
  6. See the demonstration program SEDemo.Amos for a demo of three screen eaters
  7. (SEB_TRICLEAR, SEB_VSTRIPS, SEB_HSTRIPS); you can easily put other screen
  8. eaters in and call them instead.
  9.  
  10. Naming of screen eaters
  11. -----------------------
  12.  
  13. All procedure names are prefixed:
  14.  
  15. SES_  - An eater for single buffered screens
  16. SED_  - An eater for double buffered screens
  17. SEB_  - An eater for both types of screens
  18.  
  19. Eaters can use Screen Width & Screen Height to determine the screen
  20. size. Deek(Screen Base+80) will return the number of bitplanes in the
  21. current screen.
  22.  
  23. Each eater should have the first two parameters SCR,C
  24.  
  25. SCR = Screen to clear
  26. C   = Colour index to clear to
  27.