home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super Sampler 1
/
SAMPLER1.iso
/
sdemos
/
grw2demo
/
psq
/
farbrad.psq
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-12
|
269 b
|
36 lines
/hue 0 def
/light 50 def
/sat 100 def
/xm workb 2 div def
/ym workh 2 div def
/r 100 def
/w 0 def
180 {
/w1 w 2 mul def
/w2 w1 2 add def
hue light sat hlscolor
xm ym r w2 w1 pie
/w w 1 add def
/hue hue 2 add def
}