home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 14
/
AACD14.ISO
/
AACD
/
Graphics
/
FXForgeFilters
/
NegInsi.txt
< prev
next >
Wrap
Text File
|
1999-05-11
|
537b
|
33 lines
Category: Andrew's Filters 15
Title: Negative Inside...
Copyright: Freeware
Author: Andrew Buckle
Filename: NegInsi.8bf
R:mix(c,255-((r+g+b)/3>ctl(0)?c:ctl(3)),ctl(6),ctl(7))
G:mix(c,255-((r+g+b)/3>ctl(1)?c:ctl(4)),ctl(6),ctl(7))
B:mix(c,(255-(r+g+b)/3>ctl(2)?c:ctl(5)),ctl(6),ctl(7))
A:a
ctl[0]: Red
ctl[1]: Green
ctl[2]: Blue
ctl[3]: New Red
ctl[4]: New Green
ctl[5]: New Blue
ctl[6]: Mix 1
ctl[7]: Mix 2
val[0]: 46
val[1]: 41
val[2]: 44
val[3]: 42
val[4]: 223
val[5]: 208
val[6]: 35
val[7]: 181