home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / picmaster / picmaster.exe / Plugins / FFL / Sapphire / andrew1.ffl next >
Encoding:
Text File  |  2001-04-03  |  8.0 KB  |  583 lines

  1. FFL1.0
  2. 20
  3. BePlease.8bf
  4. Andrew's Filters Part1
  5. Pleased To Take Home...
  6. AB
  7. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  8.  
  9.  
  10.  
  11.  
  12. Red Mix 1
  13. Red Mix 2
  14. Green Mix 1
  15. Green Mix 2
  16. Blue Mix 1
  17. Blue Mix 2
  18. Divide
  19. Mod
  20. 168
  21. 228
  22. 183
  23. 70
  24. 206
  25. 41
  26. 4
  27. 122
  28. mix((r%ctl(7))*(g%ctl(7))*(b%ctl(7))/val(6,0,65000),r,ctl(0),ctl(1))
  29. mix((r%ctl(7))*(g%ctl(7))*(b%ctl(7))/val(6,0,65000),r,ctl(2),ctl(3))
  30. mix((r%ctl(7))*(g%ctl(7))*(b%ctl(7))/val(6,0,65000),r,ctl(4),ctl(5))
  31. a
  32. BghtLght.8bf
  33. Andrew's Filters Part1
  34. Bright Light...
  35. AB
  36. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  37.  
  38.  
  39.  
  40.  
  41. Red Channel
  42. Green Channel
  43. Blue Channel
  44. Intensity
  45.  
  46.  
  47.  
  48.  
  49. 180
  50. 128
  51. 170
  52. 86
  53. 0
  54. 0
  55. 0
  56. 0
  57. val(0,1,50)*(r+g+b)/30-2*sin(m+ctl(3))+cos(X-x)/2
  58. val(1,1,50)*(r+b+g)/30-2*sin(m+ctl(3))+cos(X-x)/2
  59. val(2,1,50)*(r+g+b)/30-2*sin(m+ctl(3))+cos(X-x)/2
  60. a
  61. Boxed.8bf
  62. Andrew's Filters Part1
  63. Boxed...
  64. AB
  65. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  66.  
  67.  
  68.  
  69.  
  70. Red Border
  71. Green Border
  72. Blue Border
  73. Border Colour
  74.  
  75.  
  76.  
  77.  
  78. 236
  79. 232
  80. 106
  81. 55
  82. 0
  83. 0
  84. 0
  85. 0
  86. (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)
  87. (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)
  88. (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)
  89. a
  90. BTargPr.8bf
  91. Andrew's Filters Part1
  92. Bit Of Target Practise...
  93. AB
  94. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  95.  
  96.  
  97.  
  98.  
  99. Red Mix 1
  100. Red Mix 2
  101. Green Mix 1
  102. Green Mix 2
  103. Blue Mix 1
  104. Blue Mix 2
  105. Bits 1
  106. Bits 2
  107. 121
  108. 53
  109. 118
  110. 146
  111. 37
  112. 192
  113. 24
  114. 70
  115. mix(src(x,y,rnd(0,2))^ctl(6),m^ctl(7),ctl(0),ctl(1))
  116. mix(src(x,y,rnd(0,2))^ctl(6),m^ctl(7),ctl(2),ctl(3))
  117. mix(src(x,y,rnd(0,2))^ctl(6),m^ctl(7),ctl(4),ctl(5))
  118. a
  119. Flipped.8bf
  120. Andrew's Filters Part1
  121. Colour Flipped...
  122. AB
  123. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  124.  
  125.  
  126.  
  127.  
  128. Red Channel
  129. Green Channel
  130. Blue Channel
  131.  
  132.  
  133.  
  134.  
  135.  
  136. 114
  137. 33
  138. 87
  139. 0
  140. 0
  141. 0
  142. 0
  143. 0
  144. src(x+X,y+Y,0)+src((X-x),(Y-y),0)+c-ctl(0)
  145. src(x+X,y+Y,1)+src((X-x),(Y-y),1)+c-ctl(1)
  146. src(x+X,y+Y,2)+src((X-x),(Y-y),2)+c-ctl(2)
  147. a
  148. ColBBlas.8bf
  149. Andrew's Filters Part1
  150. Colour Bit Blast...
  151. AB
  152. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  153.  
  154.  
  155.  
  156.  
  157. Red >
  158. Green >
  159. Blue >
  160. Red Bit
  161. Green Bit
  162. Blue Bit
  163. Upper
  164.  
  165. 128
  166. 132
  167. 133
  168. 76
  169. 229
  170. 209
  171. 248
  172. 0
  173. (r>ctl(0)?r:ctl(6)-r)^ctl(3)
  174. (g>ctl(1)?g:ctl(6)-g)^ctl(4)
  175. (b>ctl(2)?b:ctl(6)-b)^ctl(5)
  176. a
  177. DownHll2.8bf
  178. Andrew's Filters Part1
  179. DownHill Too...
  180. AB
  181. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  182.  
  183.  
  184.  
  185.  
  186. Red Channel
  187. Green Channel
  188. Blue Channel
  189.  
  190.  
  191.  
  192.  
  193.  
  194. 180
  195. 66
  196. 28
  197. 0
  198. 0
  199. 0
  200. 0
  201. 0
  202. val(0,1,10)*r*y/(Y-y)
  203. val(1,1,10)*g*y/(Y-y)
  204. val(2,1,10)*b*y/(Y-y)
  205. a
  206. GridLne.8bf
  207. Andrew's Filters Part1
  208. Gridlines...
  209. AB
  210. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  211.  
  212.  
  213.  
  214.  
  215. Red Lines
  216. Green Lines
  217. Blue Lines
  218.  
  219.  
  220.  
  221.  
  222.  
  223. 3
  224. 4
  225. 68
  226. 0
  227. 0
  228. 0
  229. 0
  230. 0
  231. (X-x)%ctl(0)&&(Y-y)%ctl(0)?c:c/2
  232. (X-x)%ctl(1)&&(Y-y)%ctl(1)?c:c/2
  233. (X-x)%ctl(2)&&(Y-y)%ctl(2)?c:c/2
  234. a
  235. InvRnd.8bf
  236. Andrew's Filters Part1
  237. Inverted Random Shift...
  238. AB
  239. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  240.  
  241.  
  242.  
  243.  
  244. Red Channel
  245. Green Channel
  246. Blue Channel
  247. Random Element
  248.  
  249.  
  250.  
  251.  
  252. 172
  253. 100
  254. 34
  255. 6
  256. 0
  257. 0
  258. 0
  259. 0
  260. 255-r+val(0,-255,255)+rnd(val(3,-255,0),val(3,0,255))
  261. 255-g+val(1,-255,255)+rnd(val(3,-255,0),val(3,0,255))
  262. 255-b+val(2,-255,255)+rnd(val(3,-255,0),val(3,0,255))
  263. a
  264. CuttOut.8bf
  265. Andrew's Filters Part1
  266. Cutout...
  267. AB
  268. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  269.  
  270.  
  271.  
  272.  
  273. X
  274. Y
  275. Red Channel
  276. Green Channel
  277. Blue Channel
  278.  
  279.  
  280.  
  281. 128
  282. 136
  283. 89
  284. 87
  285. 88
  286. 0
  287. 0
  288. 0
  289. 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
  290. 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
  291. 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
  292. a
  293. LiveWire.8bf
  294. Andrew's Filters Part1
  295. Live Wire...
  296. AB
  297. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  298.  
  299.  
  300.  
  301.  
  302. Red Channel
  303. Green Channel
  304. Blue Channel
  305. Intensity
  306.  
  307.  
  308.  
  309.  
  310. 140
  311. 60
  312. 51
  313. 150
  314. 0
  315. 0
  316. 0
  317. 0
  318. val(0,0,1000)*c/abs(sin(x)-val(3,-3,3)*cos(y))
  319. val(1,0,1000)*c/abs(sin(x)-val(3,-3,3)*cos(y))
  320. val(2,0,1000)*c/abs(sin(x)-val(3,-3,3)*cos(y))
  321. a
  322. RndFzz.8bf
  323. Andrew's Filters Part1
  324. Random Fuzz Pushout...
  325. AB
  326. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  327.  
  328.  
  329.  
  330.  
  331. Red Channel
  332. Green Channel
  333. Blue Channel
  334.  
  335.  
  336.  
  337.  
  338.  
  339. 15
  340. 24
  341. 85
  342. 0
  343. 0
  344. 0
  345. 0
  346. 0
  347. 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)
  348. 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)
  349. 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)
  350. a
  351. RingCol.8bf
  352. Andrew's Filters Part1
  353. Rings of Colour...
  354. AB
  355. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  356.  
  357.  
  358.  
  359.  
  360. Red Channel
  361. Green Channel
  362. Blue Channel
  363.  
  364.  
  365.  
  366.  
  367.  
  368. 27
  369. 23
  370. 21
  371. 0
  372. 0
  373. 0
  374. 0
  375. 0
  376. M-m>ctl(0)?c:256
  377. M-m>ctl(1)?c:256
  378. M-m>ctl(2)?c:256
  379. a
  380. SimCone.8bf
  381. Andrew's Filters Part1
  382. Simple Cone Gradient...
  383. AB
  384. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  385.  
  386.  
  387.  
  388.  
  389. Turn
  390. Red Channel
  391. Green Channel
  392. Blue Channel
  393.  
  394.  
  395.  
  396.  
  397. 80
  398. 209
  399. 130
  400. 68
  401. 0
  402. 0
  403. 0
  404. 0
  405. c-abs(cos(d-ctl(0)))+2*ctl(1)
  406. c-abs(cos(d-ctl(0)))+2*ctl(2)
  407. c-abs(cos(d-ctl(0)))+2*ctl(3)
  408. a
  409. NotPart.8bf
  410. Andrew's Filters Part1
  411. Not Particularly Shady...
  412. AB
  413. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  414.  
  415.  
  416.  
  417.  
  418. Red Effect
  419. Green Effect
  420. Blue Effect
  421. Red Factor
  422. Green Factor
  423. Blue Factor
  424. Intensity
  425.  
  426. 255
  427. 64
  428. 71
  429. 2
  430. 3
  431. 2
  432. 74
  433. 0
  434. 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)
  435. 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)
  436. 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)
  437. a
  438. FanFan.8bf
  439. Andrew's Filters Part1
  440. Fan...
  441. AB
  442. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  443.  
  444.  
  445.  
  446.  
  447. Red Angle
  448. Green Angle
  449. Blue Angle
  450. Red Angle, Too
  451. Green Angle, Too
  452. Blue Angle, Too
  453.  
  454.  
  455. 49
  456. 88
  457. 108
  458. 185
  459. 200
  460. 224
  461. 0
  462. 0
  463. c2d(x,y)>scl(ctl(0),0,256,0,256)&&c2d(x,y)<scl(ctl(3),0,256,0,256)?c:0
  464. c2d(x,y)>scl(ctl(1),0,256,0,256)&&c2d(x,y)<scl(ctl(4),0,256,0,256)?c:0
  465. c2d(x,y)>scl(ctl(2),0,256,0,256)&&c2d(x,y)<scl(ctl(5),0,256,0,256)?c:0
  466. a
  467. ColBrush.8bf
  468. Andrew's Filters Part1
  469. Coloured Radial Brush...
  470. AB
  471. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  472.  
  473.  
  474.  
  475.  
  476. Red Damper
  477. Green Damper
  478. Blue Damper
  479. Red Bit
  480. Green Bit
  481. Blue Bit
  482. Cut Off
  483.  
  484. 53
  485. 101
  486. 15
  487. 85
  488. 50
  489. 29
  490. 105
  491. 0
  492. rad(d,m>2*M/val(0,1,10)?M:m,0)>ctl(6)?c:rad(d,m^ctl(3),0)
  493. rad(d,m>2*M/val(1,1,10)?M:m,1)>ctl(6)?c:rad(d,m^ctl(4),1)
  494. rad(d,m>2*M/val(2,1,10)?M:m,2)>ctl(6)?c:rad(d,m^ctl(5),2)
  495. a
  496. ColRepA.8bf
  497. Andrew's Filters Part1
  498. Colour Replacer Around...
  499. AB
  500. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  501.  
  502.  
  503.  
  504.  
  505. Red Channel
  506. Green Channel
  507. Blue Channel
  508. Range
  509. Red New
  510. Green New
  511. Blue New
  512.  
  513. 142
  514. 190
  515. 88
  516. 39
  517. 101
  518. 51
  519. 8
  520. 0
  521. dif(c,ctl(0))>ctl(3)?ctl(4):c
  522. dif(c,ctl(1))>ctl(3)?ctl(5):c
  523. dif(c,ctl(2))>ctl(3)?ctl(6):c
  524. a
  525. ColRepl.8bf
  526. Andrew's Filters Part1
  527. Colour Replacement...
  528. AB
  529. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  530.  
  531.  
  532.  
  533.  
  534. Red To Go
  535. Green To Go
  536. Blue To Go
  537. Range
  538. Red To Be
  539. Green To Be
  540. Blue To Be
  541.  
  542. 149
  543. 69
  544. 63
  545. 54
  546. 29
  547. 24
  548. 31
  549. 0
  550. dif(c,ctl(0))<ctl(3)?ctl(4):c
  551. dif(c,ctl(1))<ctl(3)?ctl(5):c
  552. dif(c,ctl(2))<ctl(3)?ctl(6):c
  553. a
  554. ALtBump.8bf
  555. Andrew's Filters Part1
  556. A Little Bumpy Along...
  557. AB
  558. ⌐ 1996-2001, Andrew Buckle (www.sapphire-innovations.com)
  559.  
  560.  
  561.  
  562.  
  563. Red x
  564. Red y
  565. Green x
  566. Green y
  567. Blue x
  568. Blue y
  569. Factor 1
  570. Factor 2
  571. 93
  572. 27
  573. 170
  574. 46
  575. 86
  576. 89
  577. 219
  578. 205
  579. 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))
  580. 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))
  581. 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))
  582. a
  583.