home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ACS 1998 #4
/
amigaacscoverdisc1998-041998.iso
/
utilities
/
commercialdemos
/
arteffect2.0
/
rexx
/
brushattr.rexx
next >
Wrap
OS/2 REXX Batch file
|
1997-04-11
|
321b
|
20 lines
/**/
options results
address 'ArtEffect'
entries = ""
do i=128 to 1 by -1
value = i*2-1
entries = entries || value
if i~=1 then entries = entries || ','
end
'brushattr INTENSITY ' entries
if rc~=0 then say rc2
'brushattr DENSITY ' entries
if rc~=0 then say rc2
'brushattr ROUGHNESS ' entries
if rc~=0 then say rc2