home *** CD-ROM | disk | FTP | other *** search
- from JascApp import *
-
- def ScriptProperties():
- return {
- 'Author': '',
- 'Copyright': '',
- 'Description': '',
- 'Host': 'Paint Shop Pro',
- 'Host Version': '8.00'
- }
-
- def Do(Environment):
- App.Do( Environment, 'ColorAdjustHSL', {
- 'HSL': {
- 'Colorize': App.Constants.Boolean.false,
- 'Master': (0,-60,0),
- 'MasterColorize': (0,0,0),
- 'Red': (0,0,0,315,345,15,45),
- 'Green': (0,0,0,75,105,135,165),
- 'Blue': (0,0,0,195,225,255,285),
- 'Cyan': (0,0,0,135,165,195,225),
- 'Magenta': (0,0,0,255,285,315,345),
- 'Yellow': (0,0,0,15,45,75,105)
- },
- 'GeneralSettings': {
- 'ExecutionMode': App.Constants.ExecutionMode.Interactive,
- 'DialogPlacement': {
- 'ShowMaximized': App.Constants.Boolean.false,
- 'Rect': ((404.000,151.000),344.000,535.000)
- },
- 'PreviewVisible': App.Constants.Boolean.true,
- 'AutoProof': App.Constants.Boolean.false
- }
- })