home *** CD-ROM | disk | FTP | other *** search
/ Super Sampler 1 / SAMPLER1.iso / sdemos / grw2demo / psq / farbrad.psq < prev    next >
Encoding:
Text File  |  1993-10-12  |  269 b   |  36 lines

  1. /hue 0 def
  2. /light 50 def
  3. /sat 100 def
  4. /xm workb 2 div def
  5. /ym workh 2 div def
  6. /r 100 def
  7. /w 0 def
  8. 180 {
  9. /w1 w 2 mul def
  10. /w2 w1 2 add def
  11. hue light sat hlscolor
  12. xm ym r w2 w1 pie
  13. /w w 1 add def
  14. /hue hue 2 add def
  15. }
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.