from JascApp import * def ScriptProperties(): return { 'Author': '', 'Copyright': '', 'Description': '', 'Host': 'Paint Shop Pro', 'Host Version': '8.00 Beta 20030328.06' } def Preset_Enamel(): return { 'Angle': 337, 'Blur': 37, 'Color': (167,151,82), 'Density': 33, 'Detail': 32 } def Do(Environment): App.Do( Environment, 'Enamel', Preset_Enamel())