from PSPApp import * def ScriptProperties(): return { 'Author': u'Silvia Terencio', 'Copyright': u'', 'Description': u'', 'Host': u'Paint Shop Pro Photo', 'Host Version': u'12.50' } def Preset_Lights(): return { 'SelButton': 3, 'Darkness': 70, 'Lights': ((True,(254,254,246),(0,0,100,3,20,89,15,0)),(True,(255,255,255),(-42,-55,10,300,28,70 ,1,122)),(True,(255,255,255),(-45,38,10,300,28,70,2,49)),(True,(200,200,200),(32,4,10,200,28 ,85,4,272)),(False,(200,200,200),(0,0,10,500,28,45,0,200))) } def Do(Environment): # Lights App.Do( Environment, 'Lights', Preset_Lights())