%ffp // This template gets you started when you plan to enhance one of // your FilterFactory plugins with FilterMeister. For this purpose it is // important to be put the FF source code into FilterMeister's // ForEverTile handler as it gives you a lot of new possibilities. //------------------------------------------------------------------------------------------ // Filter Infos Category :"AstroPlugins" Title :"Background" Copyright :"@2005" Author :"James Ryan" Organization:"Astroplugins" URL:"http://www.grekalova.com/plugins/" Filename :"Background.8bf" Description:"Background" Version :"v1.01" About :"!T !V\n!D\n" "!c\n!U" Dialog: Text = "AstroPlugins Star Bloat !V !c !A" //Only apply filter to RGB and Grayscale images SupportedModes: RGBMode //------------------------------------------------------------------------------------------ // Filter Control Definitions // Insert you own slider label names and comment out the slider that // you don't need ctl(0):"Red",range=(0,50),val=12 ctl(1):"Green",range=(0,50),val=8 ctl(2):"Blue",range=(0,50),val=15 //------------------------------------------------------------------------------------------ // Here comes the filter code ForEveryTile:{ int x,y,r,g,b; for (y=y_start; y