# Name: border_02.xbp # Version: 1.0 #------------------------------------------------------------------- # Frame design and xbp file prepared by Gordon Dodge #------------------------------------------------------------------- # Feather the edges back 15 pixels inside the image. filter1.class=XBorderFilter filter1.boWidth=15 filter1.boTrans=20,100 filter1.boBlend=true # Feather for a second time the final 5 pixels of the image. filter2.class=XBorderFilter filter2.boWidth=5 filter2.boTrans=10,100 filter2.boBlend=true # Add a 1-pixel white frame to the outside of the image. filter3.class=XBorderFilter filter3.frWidth=1 filter2.frCol=white # Add a drop shadow (background shifted 100 pixels to avoid left # border showing if used with Glacer style background) filter4.class=XBorderFilter filter4.shWidth=10 # filter4.shCol=#646060 filter4.shCol=$styleNegativeBackgroundColor filter4.shTrans=10 filter4.shDrop=soft filter4.bgOffX=100 filter4.bgCol=$styleBackgroundColor filter4.bgFile=$styleBackgroundFile