home *** CD-ROM | disk | FTP | other *** search
- FFL1.0
- 20
- BePlease.8bf
- Andrew's Filters Part1
- Pleased To Take Home...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red Mix 1
- Red Mix 2
- Green Mix 1
- Green Mix 2
- Blue Mix 1
- Blue Mix 2
- Divide
- Mod
- 168
- 228
- 183
- 70
- 206
- 41
- 4
- 122
- mix((r%ctl(7))*(g%ctl(7))*(b%ctl(7))/val(6,0,65000),r,ctl(0),ctl(1))
- mix((r%ctl(7))*(g%ctl(7))*(b%ctl(7))/val(6,0,65000),r,ctl(2),ctl(3))
- mix((r%ctl(7))*(g%ctl(7))*(b%ctl(7))/val(6,0,65000),r,ctl(4),ctl(5))
- a
- BghtLght.8bf
- Andrew's Filters Part1
- Bright Light...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red Channel
- Green Channel
- Blue Channel
- Intensity
-
-
-
-
- 180
- 128
- 170
- 86
- 0
- 0
- 0
- 0
- val(0,1,50)*(r+g+b)/30-2*sin(m+ctl(3))+cos(X-x)/2
- val(1,1,50)*(r+b+g)/30-2*sin(m+ctl(3))+cos(X-x)/2
- val(2,1,50)*(r+g+b)/30-2*sin(m+ctl(3))+cos(X-x)/2
- a
- Boxed.8bf
- Andrew's Filters Part1
- Boxed...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red Border
- Green Border
- Blue Border
- Border Colour
-
-
-
-
- 236
- 232
- 106
- 55
- 0
- 0
- 0
- 0
- (x<val(0,1,X))&&(X-x)<val(0,1,X)&&(y<val(0,1,Y))&&(Y-y)<val(0,1,Y)?c:ctl(3)
- (x<val(1,1,X))&&(X-x)<val(1,1,X)&&(y<val(1,1,Y))&&(Y-y)<val(1,1,Y)?c:ctl(3)
- (x<val(2,1,X))&&(X-x)<val(2,1,X)&&(y<val(2,1,Y))&&(Y-y)<val(2,1,Y)?src(x,y,2):ctl(3)
- a
- BTargPr.8bf
- Andrew's Filters Part1
- Bit Of Target Practise...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red Mix 1
- Red Mix 2
- Green Mix 1
- Green Mix 2
- Blue Mix 1
- Blue Mix 2
- Bits 1
- Bits 2
- 121
- 53
- 118
- 146
- 37
- 192
- 24
- 70
- mix(src(x,y,rnd(0,2))^ctl(6),m^ctl(7),ctl(0),ctl(1))
- mix(src(x,y,rnd(0,2))^ctl(6),m^ctl(7),ctl(2),ctl(3))
- mix(src(x,y,rnd(0,2))^ctl(6),m^ctl(7),ctl(4),ctl(5))
- a
- Flipped.8bf
- Andrew's Filters Part1
- Colour Flipped...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red Channel
- Green Channel
- Blue Channel
-
-
-
-
-
- 114
- 33
- 87
- 0
- 0
- 0
- 0
- 0
- src(x+X,y+Y,0)+src((X-x),(Y-y),0)+c-ctl(0)
- src(x+X,y+Y,1)+src((X-x),(Y-y),1)+c-ctl(1)
- src(x+X,y+Y,2)+src((X-x),(Y-y),2)+c-ctl(2)
- a
- ColBBlas.8bf
- Andrew's Filters Part1
- Colour Bit Blast...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red >
- Green >
- Blue >
- Red Bit
- Green Bit
- Blue Bit
- Upper
-
- 128
- 132
- 133
- 76
- 229
- 209
- 248
- 0
- (r>ctl(0)?r:ctl(6)-r)^ctl(3)
- (g>ctl(1)?g:ctl(6)-g)^ctl(4)
- (b>ctl(2)?b:ctl(6)-b)^ctl(5)
- a
- DownHll2.8bf
- Andrew's Filters Part1
- DownHill Too...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red Channel
- Green Channel
- Blue Channel
-
-
-
-
-
- 180
- 66
- 28
- 0
- 0
- 0
- 0
- 0
- val(0,1,10)*r*y/(Y-y)
- val(1,1,10)*g*y/(Y-y)
- val(2,1,10)*b*y/(Y-y)
- a
- GridLne.8bf
- Andrew's Filters Part1
- Gridlines...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red Lines
- Green Lines
- Blue Lines
-
-
-
-
-
- 3
- 4
- 68
- 0
- 0
- 0
- 0
- 0
- (X-x)%ctl(0)&&(Y-y)%ctl(0)?c:c/2
- (X-x)%ctl(1)&&(Y-y)%ctl(1)?c:c/2
- (X-x)%ctl(2)&&(Y-y)%ctl(2)?c:c/2
- a
- InvRnd.8bf
- Andrew's Filters Part1
- Inverted Random Shift...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red Channel
- Green Channel
- Blue Channel
- Random Element
-
-
-
-
- 172
- 100
- 34
- 6
- 0
- 0
- 0
- 0
- 255-r+val(0,-255,255)+rnd(val(3,-255,0),val(3,0,255))
- 255-g+val(1,-255,255)+rnd(val(3,-255,0),val(3,0,255))
- 255-b+val(2,-255,255)+rnd(val(3,-255,0),val(3,0,255))
- a
- CuttOut.8bf
- Andrew's Filters Part1
- Cutout...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- X
- Y
- Red Channel
- Green Channel
- Blue Channel
-
-
-
- 128
- 136
- 89
- 87
- 88
- 0
- 0
- 0
- sqr((x-val(0,0,X))*(x-val(0,0,X))+(y-val(1,0,Y))*(y-val(1,0,Y)))>val(2,0,M)?255:c
- sqr((x-val(0,0,X))*(x-val(0,0,X))+(y-val(1,0,Y))*(y-val(1,0,Y)))>val(3,0,M)?255:c
- sqr((x-val(0,0,X))*(x-val(0,0,X))+(y-val(1,0,Y))*(y-val(1,0,Y)))>val(4,0,M)?255:c
- a
- LiveWire.8bf
- Andrew's Filters Part1
- Live Wire...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red Channel
- Green Channel
- Blue Channel
- Intensity
-
-
-
-
- 140
- 60
- 51
- 150
- 0
- 0
- 0
- 0
- val(0,0,1000)*c/abs(sin(x)-val(3,-3,3)*cos(y))
- val(1,0,1000)*c/abs(sin(x)-val(3,-3,3)*cos(y))
- val(2,0,1000)*c/abs(sin(x)-val(3,-3,3)*cos(y))
- a
- RndFzz.8bf
- Andrew's Filters Part1
- Random Fuzz Pushout...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red Channel
- Green Channel
- Blue Channel
-
-
-
-
-
- 15
- 24
- 85
- 0
- 0
- 0
- 0
- 0
- m>val(0,0,M/rnd(0,4))?rad(d,m-val(0,0,M/rnd(0,4)),0):rad(d,m+val(0,0,M/rnd(0,4)),0)
- m>val(1,0,M/rnd(0,4))?rad(d,m-val(1,0,M/rnd(0,4)),1):rad(d,m+val(1,0,M/rnd(0,4)),1)
- m>val(2,0,M/rnd(0,4))?rad(d,m-val(2,0,M/rnd(0,4)),2):rad(d,m+val(2,0,M/rnd(0,4)),2)
- a
- RingCol.8bf
- Andrew's Filters Part1
- Rings of Colour...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red Channel
- Green Channel
- Blue Channel
-
-
-
-
-
- 27
- 23
- 21
- 0
- 0
- 0
- 0
- 0
- M-m>ctl(0)?c:256
- M-m>ctl(1)?c:256
- M-m>ctl(2)?c:256
- a
- SimCone.8bf
- Andrew's Filters Part1
- Simple Cone Gradient...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Turn
- Red Channel
- Green Channel
- Blue Channel
-
-
-
-
- 80
- 209
- 130
- 68
- 0
- 0
- 0
- 0
- c-abs(cos(d-ctl(0)))+2*ctl(1)
- c-abs(cos(d-ctl(0)))+2*ctl(2)
- c-abs(cos(d-ctl(0)))+2*ctl(3)
- a
- NotPart.8bf
- Andrew's Filters Part1
- Not Particularly Shady...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red Effect
- Green Effect
- Blue Effect
- Red Factor
- Green Factor
- Blue Factor
- Intensity
-
- 255
- 64
- 71
- 2
- 3
- 2
- 74
- 0
- 50*(src(x,y,val(0,0,2))+max(src(x^val(3,-10,10),y%val(3,-10,10),val(0,0,2)),min(src(x^val(4,-10,10),y%val(4,-10,10),val(1,0,2)),src(x^val(5,-10,10),y%val(5,-10,10),val(2,0,2)))))/ctl(6)
- 50*(src(x,y,val(1,0,1))+max(src(x^val(3,-10,10),y%val(3,-10,10),val(1,0,1)),min(src(x^val(4,-10,10),y%val(4,-10,10),val(1,0,0)),src(x^val(5,-10,10),y%val(5,-10,10),val(2,0,2)))))/ctl(6)
- 50*(src(x,y,val(2,0,2))+max(src(x^val(3,-10,10),y%val(3,-10,10),val(2,0,2)),min(src(x^val(4,-10,10),y%val(4,-10,10),val(1,0,0)),src(x^val(5,-10,10),y%val(5,-10,10),val(2,0,1)))))/ctl(6)
- a
- FanFan.8bf
- Andrew's Filters Part1
- Fan...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red Angle
- Green Angle
- Blue Angle
- Red Angle, Too
- Green Angle, Too
- Blue Angle, Too
-
-
- 49
- 88
- 108
- 185
- 200
- 224
- 0
- 0
- c2d(x,y)>scl(ctl(0),0,256,0,256)&&c2d(x,y)<scl(ctl(3),0,256,0,256)?c:0
- c2d(x,y)>scl(ctl(1),0,256,0,256)&&c2d(x,y)<scl(ctl(4),0,256,0,256)?c:0
- c2d(x,y)>scl(ctl(2),0,256,0,256)&&c2d(x,y)<scl(ctl(5),0,256,0,256)?c:0
- a
- ColBrush.8bf
- Andrew's Filters Part1
- Coloured Radial Brush...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red Damper
- Green Damper
- Blue Damper
- Red Bit
- Green Bit
- Blue Bit
- Cut Off
-
- 53
- 101
- 15
- 85
- 50
- 29
- 105
- 0
- rad(d,m>2*M/val(0,1,10)?M:m,0)>ctl(6)?c:rad(d,m^ctl(3),0)
- rad(d,m>2*M/val(1,1,10)?M:m,1)>ctl(6)?c:rad(d,m^ctl(4),1)
- rad(d,m>2*M/val(2,1,10)?M:m,2)>ctl(6)?c:rad(d,m^ctl(5),2)
- a
- ColRepA.8bf
- Andrew's Filters Part1
- Colour Replacer Around...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red Channel
- Green Channel
- Blue Channel
- Range
- Red New
- Green New
- Blue New
-
- 142
- 190
- 88
- 39
- 101
- 51
- 8
- 0
- dif(c,ctl(0))>ctl(3)?ctl(4):c
- dif(c,ctl(1))>ctl(3)?ctl(5):c
- dif(c,ctl(2))>ctl(3)?ctl(6):c
- a
- ColRepl.8bf
- Andrew's Filters Part1
- Colour Replacement...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red To Go
- Green To Go
- Blue To Go
- Range
- Red To Be
- Green To Be
- Blue To Be
-
- 149
- 69
- 63
- 54
- 29
- 24
- 31
- 0
- dif(c,ctl(0))<ctl(3)?ctl(4):c
- dif(c,ctl(1))<ctl(3)?ctl(5):c
- dif(c,ctl(2))<ctl(3)?ctl(6):c
- a
- ALtBump.8bf
- Andrew's Filters Part1
- A Little Bumpy Along...
- AB
- ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
-
-
-
-
- Red x
- Red y
- Green x
- Green y
- Blue x
- Blue y
- Factor 1
- Factor 2
- 93
- 27
- 170
- 46
- 86
- 89
- 219
- 205
- mix(src(X-x,y,0),sin((X-x)*val(0,-100,100)+y*val(1,-100,100)),val(6,-100,100),val(7,-100,100))
- mix(src(X-x,y,1),sin((X-x)*val(2,-100,100)+y*val(3,-100,100)),val(6,-100,100),val(7,-100,100))
- mix(src(X-x,y,2),sin((X-x)*val(4,-100,100)+y*val(5,-100,100)),val(6,-100,100),val(7,-100,100))
- a
-