# Name: soft_02.xbp # Version: 1.0.1 #------------------------------------------------------------------- # Frame design and xbp file prepared by Gordon Dodge #------------------------------------------------------------------- # This frame is inspired by one of the designs produced by # Gallery Constructor - see http://www.through-the-lens.net # Add a 3-pixel border blending from black to transparent at # the outer edge of the image. filter1.class=XBorderFilter filter1.boWidth=3 filter1.boCol=white,black filter1.boTrans=40,20 filter1.boBlend=true # Add a 20-pixel yellow frame. filter2.class=XBorderFilter filter2.frWidth=20 filter2.frCol=#FFFDCC # Add 3-pixel border blending from white to black. filter3.class=XBorderFilter filter3.boWidth=3 filter3.boCol=black,#FFFDCC filter3.boTrans=20,40 filter3.boBlend=true # Add faint shadow to inside of blue frame. # To change this frame color, substitute a different bgCol filter4.class=XBorderFilter filter4.shWidth=8 filter4.shExX=8 filter4.shExY=8 # filter4.shCol=black filter4.shCol=$styleNegativeBackgroundColor filter4.shTrans=50 filter4.shDrop=soft filter4.bgOffX=100 filter4.bgCol=$styleBackgroundColor filter4.bgFile=$styleBackgroundFile