from JascApp import * def ScriptProperties(): return { 'Author': u'Aase-Marit Berg', 'Copyright': u'Aase-Marit Berg', 'Description': u'', 'Host': u'Paint Shop Pro', 'Host Version': u'8.10' } def Do(Environment): # EnableOptimizedScriptUndo App.Do( Environment, 'EnableOptimizedScriptUndo', { }) # Copy App.Do( Environment, 'Copy', { 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Default, 'AutoActionMode': App.Constants.AutoActionMode.Match } }) # DuplicateWindow App.Do( Environment, 'DuplicateWindow', { 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Default, 'AutoActionMode': App.Constants.AutoActionMode.Match } }) # SelectDocument App.Do( Environment, 'SelectDocument', { 'SelectedImage': 0, 'Strict': App.Constants.Boolean.false, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Default, 'AutoActionMode': App.Constants.AutoActionMode.Match } }) # Colorize App.Do( Environment, 'Colorize', { 'Hue': 147, 'Saturation': 0, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Default, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((75,210), 323, 378) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Match } }) # LayerDuplicate App.Do( Environment, 'LayerDuplicate', { 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Default, 'AutoActionMode': App.Constants.AutoActionMode.Match } }) # NegativeImage App.Do( Environment, 'NegativeImage', { 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Default, 'AutoActionMode': App.Constants.AutoActionMode.Match } }) # Gaussian Blur App.Do( Environment, 'GaussianBlur', { 'Radius': 9, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Default, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((351,188), 323, 357) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Match } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': None, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': App.Constants.BlendMode.Dodge }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # New Raster Layer App.Do( Environment, 'NewRasterLayer', { 'General': { 'Opacity': 100, 'Name': u'Raster 2', 'IsVisible': App.Constants.Boolean.true, 'IsTransparencyLocked': App.Constants.Boolean.false, 'LinkSet': 0, 'UseHighlight': App.Constants.Boolean.false, 'PaletteHighlightColor': (255,255,64), 'GroupLink': App.Constants.Boolean.true, 'BlendMode': App.Constants.BlendMode.Normal }, 'BlendRanges': { 'BlendRangeGreen': (0,0,255,255,0,0,255,255), 'BlendRangeRed': (0,0,255,255,0,0,255,255), 'BlendRangeBlue': (0,0,255,255,0,0,255,255), 'BlendRangeGrey': (0,0,255,255,0,0,255,255) }, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Default, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((328,31), 368, 516) }, 'PreviewVisible': App.Constants.Boolean.false, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Match } }) # Fill App.Do( Environment, 'Fill', { 'BlendMode': App.Constants.BlendMode.Normal, 'MatchMode': App.Constants.MatchMode.RGBValue, 'Material': None, 'UseForground': App.Constants.Boolean.true, 'Opacity': 100, 'Point': (346.5,264.5), 'SampleMerged': App.Constants.Boolean.false, 'Tolerance': 200, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Default, 'AutoActionMode': App.Constants.AutoActionMode.Match } }) # Add Noise App.Do( Environment, 'AddNoise', { 'NoiseAmount': 20, 'NoiseType': App.Constants.NoiseType.Uniform, 'Monochrome': App.Constants.Boolean.true, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Default, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((351,161), 323, 416) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'RandomSeed': 79510102, 'AutoActionMode': App.Constants.AutoActionMode.Match } }) # Motion Blur App.Do( Environment, 'MotionBlur', { 'Strength': 100, 'Angle': 48, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Default, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((351,176), 323, 386) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Match } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 28, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 30, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 32, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 34, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 38, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 42, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 44, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 46, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 48, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 52, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 56, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 58, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 60, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 61, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': App.Constants.BlendMode.Multiply }, 'BlendRanges': None, 'Path': None, 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Default, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((328,110), 368, 516) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Match } }) # PasteAsNewLayer App.Do( Environment, 'PasteAsNewLayer', { 'CreateFromDropData': App.Constants.Boolean.false, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Default, 'AutoActionMode': App.Constants.AutoActionMode.Match } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 98, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 86, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 68, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 58, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 48, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 42, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 36, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 28, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 26, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 24, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 28, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 26, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 24, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 22, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 20, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 18, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 16, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 18, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 20, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 22, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 24, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 26, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 28, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 30, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 28, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 26, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 24, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 22, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } }) # Layer Properties App.Do( Environment, 'LayerProperties', { 'General': { 'Opacity': 24, 'Name': None, 'IsVisible': None, 'IsTransparencyLocked': None, 'LinkSet': None, 'UseHighlight': None, 'PaletteHighlightColor': None, 'GroupLink': None, 'BlendMode': None }, 'BlendRanges': None, 'Path': (0,0,[],App.Constants.Boolean.false), 'BrightnessContrast': None, 'ChannelMixer': None, 'ColorBalance': None, 'CurveParams': None, 'HSL': None, 'Threshold': None, 'Levels': None, 'Posterize': None, 'Overlay': None, 'GeneralSettings': { 'ExecutionMode': App.Constants.ExecutionMode.Silent, 'DialogPlacement': { 'ShowMaximized': App.Constants.Boolean.false, 'Rect': ((0,0), 0, 0) }, 'PreviewVisible': App.Constants.Boolean.true, 'AutoProof': App.Constants.Boolean.false, 'AutoActionMode': App.Constants.AutoActionMode.Default } })