home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
GFX
/
Converter
/
LFC-AE21.DMS
/
in.adf
/
rexx.lha
/
rexx
/
brushattr.rexx
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1997-04-11
|
321 b
|
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