-
Notifications
You must be signed in to change notification settings - Fork 97
JSON event format
timothynoel edited this page Jul 12, 2013
·
25 revisions
This JSON format is used by the following Kevlar APIs
- networkEventSubscribe ("imageChanged", "generatorDocumentActivated" and "generatorMenuChanged" event notification)
- sendLayerShapeToNetworkClient
- sendDocumentInfoToNetworkClient
You can request a specific JSON version for those APIs by specifying "version" = [version string] in the input descriptor. For now the version is ignored, as there is only one version, and you'll always get the latest version ("0.2.0" as of writing, "1.0.0" upon release)
{
"timeStamp": 1370051898.075, //time since last edit or save, seconds since 1970
"version": "0.2.0", //sem ver (http://semver.org) will be 1.0.0 on release
"id": 1123, //document id
"file": "/Users/twright/Shapes.psd", //any associated saved file for the doc
"globalLight": { "altitude": 30, "angle": 120 },
"bounds": { "bottom": 360, "left": 0, "right": 504, "top": 0 },
"resolution": 300, //resolution in dpi
"comps": [ … ], //an array of comp objects
"layers": [ … ] , //an array of layer objects
"placed": [ … ], //an array of placed objects (used by smart objects)
//these are sent in "imageChanged" event notifications:
"closed" : true, //image closed
"flattened" : true, //all layers flattened
"merged" : true //layers were merged together
"active" : true //image became active
"generatorSettings": {...} //generator meta data, saved with document
}
//a comp object:
{
"id": 48804065, //id and name for comp
"name": "Orig",
"applied": true, //true, if this is the applied comp, defaults to false
"appearance": true, //which attributes the comp captures
"position": true,
"visibility": true
//these are sent in "imageChanged" event notifications:
"captured" : true, //specified in change when comp is re-captured (synced w/doc state)
"added" : true, //comp was added
"removed" : true /comp was removed
},
//a layer object:
{
"id": 20,
"index": 9, //only specified when order changes in imageChanged, or sendDocumentInfoToNetworkClient
"bounds": { "bottom": , "left":, "right": , "top": },
"name": "Just some circles with FX to test Generator",
"type": "layerSection", // "layerSection"/"layer"/"shapeLayer"/"textLayer"/"adjustmentLayer"/"smartObjectLayer"/"backgroundLayer"
"visible": true
"protection": { "all": true }, //layer locking
"blendOptions": { "mode": "passThrough" }, //blending attributes /blendOptions descriptor (see UActionsTerminology.r)
//depending on "type"
"smartObject": { … }, //placed document
"layerEffects": { … }, // a /layerEffects descriptor (see UActionsTerminology.r)
"layers": [ ], //array of member layer objects, if "type" is "layerSection"
"text" : { }, //text object, if type is textLayer
"fill" : //shape layer fill content, if "type" is "shapeLayer"
{
"class": "solidColorLayer", //varies on fill type solidColorLayer/gradientLayer/patternLayer
"color": { //if solidColorLayer
"blue": 53.996,
"green": 255,
"red": 0.004
}
},
"adjustment" : { }, //if type is adjustmentLayer
"pixels" : true/false, //true if type is layer (you can write to the pixels), also true in change message if pixels were changed
"transform" : {"xx":xx, "xy":xy, "yx":yx, "yy":yy, "tx":tx, "ty":ty }, //was layerChangedTransform and an array of floats
"mask" : { "bounds" : { "bottom":bottom, "left":left, "right":right , "top":top } }
"path" : // /pathClass descriptor
// For /point in /pathPoint is {"x":x, "y":y} and pixels unit, /smooth is true by default
{
"defaultFill": true/false
"pathComponents": [
{
"shapeOperation": "add"/"subtract"/"intersect"/"xor"
"windingFill": true/false
"subpathListKey" : [
{
closedSubpath: true/false,
points: [
{
"forward" : {"x":x, "y":y},
"backward": {"x":x, "y":y},
"anchor": {"x":x, "y":y},
"smooth": true/false
},
...
]
},
...
]
},
...
]
},
"strokeStyle": { //a /strokeStyle descriptor (see UActionsTerminology.r)
"strokeEnabled": true/false,
"/fillEnabled": true/false,
"strokeStyleBlendMode": blendmode,
"strokeStyleOpacity": 0.0-100.0,
"strokeStyleLineCapType": "strokeStyleButtCap"/"strokeStyleRoundCap"/"strokeStyleSquareCap",
"strokeStyleLineJoinType": "strokeStyleBevelJoin"/"strokeStyleMiterJoin"/"strokeStyleRoundJoin",
"strokeStyleLineAlignment": "strokeStyleAlignOutside"/"strokeStyleAlignInside"/"strokeStyleAlignCenter",
"strokeStyleMiterLimit": miterlimit,
"strokeStyleLineWidth: width,
"strokeStyleLineDashOffset: dashoffset,
"strokeStyleLineDashSet": [dash1, gap1, dash2, gap2, etc.]"
"strokeStyleScaleLock": true/false,"
"strokeStyleStrokeAdjust": true/false,
"strokeStyleContentType" : {
//same format as "fill" above
}
}
"generatorSettings": {...} //generic generator meta data, saved with layer
//these are sent in "imageChanged" event notifications:
"rasterized" : true //layer was rasterized
"added" : true, //layer was added
"removed" : true, //layer was removed
},
This is the actual output of sendDocumentInfoToNetworkClient for this sample PSD, Shapes.psd
which contains all the various layer types and attributes expressed by the JSON format.
{
"bounds": {
"bottom": 360,
"left": 0,
"right": 504,
"top": 0
},
"comps": [
{
"appearance": true,
"hasWarning": true,
"id": 48804065,
"layerSettings": [
{
"enabled": true
},
{
"enabled": false
},
{
"FXRefPoint": {
"horizontal": 47.281,
"vertical": 1.926
},
"enabled": true
},
{
"blendOptions": {
"mode": "passThrough"
},
"enabled": true
},
{
"blendOptions": {
"mode": "passThrough"
},
"enabled": true
},
{
"FXRefPoint": {
"horizontal": 0,
"vertical": 141
},
"enabled": true,
"vectorMask": {
"offset": {
"horizontal": 44,
"vertical": 164
}
}
},
{
"FXRefPoint": {
"horizontal": 5,
"vertical": 141
},
"enabled": true,
"vectorMask": {
"offset": {
"horizontal": 177,
"vertical": 164
}
}
},
{
"blendOptions": {
"opacity": {
"units": "percentUnit",
"value": 74.901961
}
},
"enabled": true,
"layerEffects": {
"chromeFX": {
"antiAlias": false,
"blur": 14.0,
"color": {
"blue": 0,
"green": 0,
"red": 0
},
"distance": 11.0,
"enabled": true,
"invert": true,
"localLightingAngle": {
"units": "angleUnit",
"value": 19.0
},
"mappingShape": {
"curve": [
{
"horizontal": 0,
"vertical": 0
},
{
"horizontal": 32,
"vertical": 7
},
{
"horizontal": 64,
"vertical": 38
},
{
"horizontal": 96,
"vertical": 101
},
{
"horizontal": 128,
"vertical": 166
},
{
"horizontal": 159,
"vertical": 209
},
{
"horizontal": 191,
"vertical": 235
},
{
"horizontal": 223,
"vertical": 248
},
{
"horizontal": 255,
"vertical": 255
}
],
"name": "Gaussian"
},
"mode": "multiply",
"opacity": {
"units": "percentUnit",
"value": 50.0
}
},
"dropShadow": {
"antiAlias": false,
"blur": 5.0,
"chokeMatte": 0.0,
"color": {
"blue": 0,
"green": 0,
"red": 0
},
"distance": 5.0,
"enabled": true,
"layerConceals": true,
"localLightingAngle": {
"units": "angleUnit",
"value": 120.0
},
"mode": "multiply",
"noise": {
"units": "percentUnit",
"value": 0.0
},
"opacity": {
"units": "percentUnit",
"value": 75.0
},
"transferSpec": {
"curve": [
{
"horizontal": 0,
"vertical": 0
},
{
"horizontal": 255,
"vertical": 255
}
],
"name": "Linear"
},
"useGlobalAngle": true
},
"masterFXSwitch": true,
"scale": {
"units": "percentUnit",
"value": 100.0
}
}
},
{
"FXRefPoint": {
"horizontal": 0,
"vertical": 141
},
"blendOptions": {
"opacity": {
"units": "percentUnit",
"value": 70.980392
}
},
"enabled": true,
"layerEffects": {
"bevelEmboss": {
"antialiasGloss": false,
"bevelDirection": "stampIn",
"bevelStyle": "innerBevel",
"bevelTechnique": "softMatte",
"blur": 5.0,
"enabled": true,
"highlightColor": {
"blue": 255,
"green": 255,
"red": 255
},
"highlightMode": "screen",
"highlightOpacity": {
"units": "percentUnit",
"value": 75.0
},
"localLightingAltitude": {
"units": "angleUnit",
"value": 30.0
},
"localLightingAngle": {
"units": "angleUnit",
"value": 120.0
},
"shadowColor": {
"blue": 0,
"green": 0,
"red": 0
},
"shadowMode": "multiply",
"shadowOpacity": {
"units": "percentUnit",
"value": 75.0
},
"softness": 0.0,
"strengthRatio": {
"units": "percentUnit",
"value": 100.0
},
"transferSpec": {
"curve": [
{
"horizontal": 0,
"vertical": 0
},
{
"horizontal": 255,
"vertical": 255
}
],
"name": "Linear"
},
"useGlobalAngle": true,
"useShape": false,
"useTexture": false
},
"gradientFill": {
"align": true,
"angle": {
"units": "angleUnit",
"value": 90.0
},
"dither": false,
"enabled": true,
"gradient": {
"colors": [
{
"color": {
"blue": 0,
"green": 0,
"red": 0
},
"location": 0,
"midpoint": 50,
"type": "userStop"
},
{
"color": {
"blue": 255,
"green": 255,
"red": 255
},
"location": 4096,
"midpoint": 50,
"type": "userStop"
}
],
"gradientForm": "customStops",
"interfaceIconFrameDimmed": 4096,
"name": "Two Color",
"transparency": [
{
"location": 0,
"midpoint": 50,
"opacity": {
"units": "percentUnit",
"value": 100.0
}
},
{
"location": 4096,
"midpoint": 50,
"opacity": {
"units": "percentUnit",
"value": 100.0
}
}
]
},
"mode": "normal",
"offset": {
"horizontal": {
"units": "percentUnit",
"value": 0.0
},
"vertical": {
"units": "percentUnit",
"value": 0.0
}
},
"opacity": {
"units": "percentUnit",
"value": 66.0
},
"reverse": false,
"scale": {
"units": "percentUnit",
"value": 100.0
},
"type": "linear"
},
"masterFXSwitch": true,
"scale": {
"units": "percentUnit",
"value": 100.0
}
},
"vectorMask": {
"offset": {
"horizontal": 310,
"vertical": 164
}
}
},
{
"blendOptions": {
"mode": "passThrough"
},
"enabled": true
},
{
"FXRefPoint": {
"horizontal": -104,
"vertical": -105
},
"enabled": true,
"layerSpecific": {
"textLayerSettings": {
"textLayerSettingsWarpRect": [
0,
0,
0,
0
],
"warpPerspective": 0,
"warpPerspectiveOther": 0,
"warpRotate": "horizontal",
"warpStyle": "warpNone",
"warpValue": 0
}
},
"offset": {
"horizontal": -181,
"vertical": -1
}
},
{
"enabled": true,
"vectorMask": {
"offset": {
"horizontal": 134,
"vertical": 94
}
}
},
{
"enabled": true
},
{
"blendOptions": {
"mode": "passThrough"
},
"enabled": true
},
{
"enabled": true
},
{
"blendOptions": {
"mode": "passThrough"
},
"enabled": true
}
],
"name": "Comp 1: Original (all)",
"position": true,
"visibility": true
},
{
"appearance": false,
"hasWarning": true,
"id": 71997725,
"layerSettings": [
{
"enabled": false
},
{
"enabled": false
},
{
"FXRefPoint": {
"horizontal": 47.281,
"vertical": 1.926
},
"enabled": true
},
{
"blendOptions": {
"mode": "passThrough"
},
"enabled": true
},
{
"blendOptions": {
"mode": "passThrough"
},
"enabled": true
},
{
"FXRefPoint": {
"horizontal": 0,
"vertical": 141
},
"enabled": true,
"vectorMask": {
"offset": {
"horizontal": 44,
"vertical": 164
}
}
},
{
"FXRefPoint": {
"horizontal": 5,
"vertical": 141
},
"enabled": true,
"vectorMask": {
"offset": {
"horizontal": 177,
"vertical": 164
}
}
},
{
"blendOptions": {
"opacity": {
"units": "percentUnit",
"value": 74.901961
}
},
"enabled": true,
"layerEffects": {
"chromeFX": {
"antiAlias": false,
"blur": 14.0,
"color": {
"blue": 0,
"green": 0,
"red": 0
},
"distance": 11.0,
"enabled": true,
"invert": true,
"localLightingAngle": {
"units": "angleUnit",
"value": 19.0
},
"mappingShape": {
"curve": [
{
"horizontal": 0,
"vertical": 0
},
{
"horizontal": 32,
"vertical": 7
},
{
"horizontal": 64,
"vertical": 38
},
{
"horizontal": 96,
"vertical": 101
},
{
"horizontal": 128,
"vertical": 166
},
{
"horizontal": 159,
"vertical": 209
},
{
"horizontal": 191,
"vertical": 235
},
{
"horizontal": 223,
"vertical": 248
},
{
"horizontal": 255,
"vertical": 255
}
],
"name": "Gaussian"
},
"mode": "multiply",
"opacity": {
"units": "percentUnit",
"value": 50.0
}
},
"dropShadow": {
"antiAlias": false,
"blur": 5.0,
"chokeMatte": 0.0,
"color": {
"blue": 0,
"green": 0,
"red": 0
},
"distance": 5.0,
"enabled": true,
"layerConceals": true,
"localLightingAngle": {
"units": "angleUnit",
"value": 120.0
},
"mode": "multiply",
"noise": {
"units": "percentUnit",
"value": 0.0
},
"opacity": {
"units": "percentUnit",
"value": 75.0
},
"transferSpec": {
"curve": [
{
"horizontal": 0,
"vertical": 0
},
{
"horizontal": 255,
"vertical": 255
}
],
"name": "Linear"
},
"useGlobalAngle": true
},
"masterFXSwitch": true,
"scale": {
"units": "percentUnit",
"value": 100.0
}
}
},
{
"FXRefPoint": {
"horizontal": 0,
"vertical": 141
},
"blendOptions": {
"opacity": {
"units": "percentUnit",
"value": 70.980392
}
},
"enabled": true,
"layerEffects": {
"bevelEmboss": {
"antialiasGloss": false,
"bevelDirection": "stampIn",
"bevelStyle": "innerBevel",
"bevelTechnique": "softMatte",
"blur": 5.0,
"enabled": true,
"highlightColor": {
"blue": 255,
"green": 255,
"red": 255
},
"highlightMode": "screen",
"highlightOpacity": {
"units": "percentUnit",
"value": 75.0
},
"localLightingAltitude": {
"units": "angleUnit",
"value": 30.0
},
"localLightingAngle": {
"units": "angleUnit",
"value": 120.0
},
"shadowColor": {
"blue": 0,
"green": 0,
"red": 0
},
"shadowMode": "multiply",
"shadowOpacity": {
"units": "percentUnit",
"value": 75.0
},
"softness": 0.0,
"strengthRatio": {
"units": "percentUnit",
"value": 100.0
},
"transferSpec": {
"curve": [
{
"horizontal": 0,
"vertical": 0
},
{
"horizontal": 255,
"vertical": 255
}
],
"name": "Linear"
},
"useGlobalAngle": true,
"useShape": false,
"useTexture": false
},
"gradientFill": {
"align": true,
"angle": {
"units": "angleUnit",
"value": 90.0
},
"dither": false,
"enabled": true,
"gradient": {
"colors": [
{
"color": {
"blue": 0,
"green": 0,
"red": 0
},
"location": 0,
"midpoint": 50,
"type": "userStop"
},
{
"color": {
"blue": 255,
"green": 255,
"red": 255
},
"location": 4096,
"midpoint": 50,
"type": "userStop"
}
],
"gradientForm": "customStops",
"interfaceIconFrameDimmed": 4096,
"name": "Two Color",
"transparency": [
{
"location": 0,
"midpoint": 50,
"opacity": {
"units": "percentUnit",
"value": 100.0
}
},
{
"location": 4096,
"midpoint": 50,
"opacity": {
"units": "percentUnit",
"value": 100.0
}
}
]
},
"mode": "normal",
"offset": {
"horizontal": {
"units": "percentUnit",
"value": 0.0
},
"vertical": {
"units": "percentUnit",
"value": 0.0
}
},
"opacity": {
"units": "percentUnit",
"value": 66.0
},
"reverse": false,
"scale": {
"units": "percentUnit",
"value": 100.0
},
"type": "linear"
},
"masterFXSwitch": true,
"scale": {
"units": "percentUnit",
"value": 100.0
}
},
"vectorMask": {
"offset": {
"horizontal": 310,
"vertical": 164
}
}
},
{
"blendOptions": {
"mode": "passThrough"
},
"enabled": false
},
{
"FXRefPoint": {
"horizontal": -104,
"vertical": -105
},
"enabled": false,
"layerSpecific": {
"textLayerSettings": {
"textLayerSettingsWarpRect": [
0,
0,
0,
0
],
"warpPerspective": 0,
"warpPerspectiveOther": 0,
"warpRotate": "horizontal",
"warpStyle": "warpNone",
"warpValue": 0
}
},
"offset": {
"horizontal": -181,
"vertical": -1
}
},
{
"enabled": false,
"vectorMask": {
"offset": {
"horizontal": 134,
"vertical": 94
}
}
},
{
"enabled": false
},
{
"blendOptions": {
"mode": "passThrough"
},
"enabled": true
},
{
"enabled": true
},
{
"blendOptions": {
"mode": "passThrough"
},
"enabled": false
}
],
"name": "Comp 2: Just the smart object (vis)",
"position": false,
"visibility": true
},
{
"appearance": true,
"id": 95309034,
"layerSettings": [
{
"FXRefPoint": {
"horizontal": 47.281,
"vertical": 1.926
},
"enabled": true
},
{
"blendOptions": {
"mode": "passThrough"
},
"enabled": true
},
{
"blendOptions": {
"mode": "passThrough"
},
"enabled": true
},
{
"FXRefPoint": {
"horizontal": 0,
"vertical": 141
},
"enabled": true,
"vectorMask": {
"offset": {
"horizontal": 44,
"vertical": 164
}
}
},
{
"FXRefPoint": {
"horizontal": 5,
"vertical": 141
},
"enabled": true,
"vectorMask": {
"offset": {
"horizontal": 177,
"vertical": 164
}
}
},
{
"blendOptions": {
"opacity": {
"units": "percentUnit",
"value": 74.901961
}
},
"enabled": true,
"layerEffects": {
"chromeFX": {
"antiAlias": false,
"blur": 14.0,
"color": {
"blue": 0,
"green": 0,
"red": 0
},
"distance": 11.0,
"enabled": true,
"invert": true,
"localLightingAngle": {
"units": "angleUnit",
"value": 19.0
},
"mappingShape": {
"curve": [
{
"horizontal": 0,
"vertical": 0
},
{
"horizontal": 32,
"vertical": 7
},
{
"horizontal": 64,
"vertical": 38
},
{
"horizontal": 96,
"vertical": 101
},
{
"horizontal": 128,
"vertical": 166
},
{
"horizontal": 159,
"vertical": 209
},
{
"horizontal": 191,
"vertical": 235
},
{
"horizontal": 223,
"vertical": 248
},
{
"horizontal": 255,
"vertical": 255
}
],
"name": "Gaussian"
},
"mode": "multiply",
"opacity": {
"units": "percentUnit",
"value": 50.0
}
},
"dropShadow": {
"antiAlias": false,
"blur": 5.0,
"chokeMatte": 0.0,
"color": {
"blue": 0,
"green": 0,
"red": 0
},
"distance": 5.0,
"enabled": true,
"layerConceals": true,
"localLightingAngle": {
"units": "angleUnit",
"value": 120.0
},
"mode": "multiply",
"noise": {
"units": "percentUnit",
"value": 0.0
},
"opacity": {
"units": "percentUnit",
"value": 75.0
},
"transferSpec": {
"curve": [
{
"horizontal": 0,
"vertical": 0
},
{
"horizontal": 255,
"vertical": 255
}
],
"name": "Linear"
},
"useGlobalAngle": true
},
"masterFXSwitch": false,
"scale": {
"units": "percentUnit",
"value": 100.0
}
}
},
{
"FXRefPoint": {
"horizontal": 0,
"vertical": 141
},
"blendOptions": {
"opacity": {
"units": "percentUnit",
"value": 70.980392
}
},
"enabled": true,
"layerEffects": {
"bevelEmboss": {
"antialiasGloss": false,
"bevelDirection": "stampIn",
"bevelStyle": "innerBevel",
"bevelTechnique": "softMatte",
"blur": 5.0,
"enabled": true,
"highlightColor": {
"blue": 255,
"green": 255,
"red": 255
},
"highlightMode": "screen",
"highlightOpacity": {
"units": "percentUnit",
"value": 75.0
},
"localLightingAltitude": {
"units": "angleUnit",
"value": 30.0
},
"localLightingAngle": {
"units": "angleUnit",
"value": 120.0
},
"shadowColor": {
"blue": 0,
"green": 0,
"red": 0
},
"shadowMode": "multiply",
"shadowOpacity": {
"units": "percentUnit",
"value": 75.0
},
"softness": 0.0,
"strengthRatio": {
"units": "percentUnit",
"value": 100.0
},
"transferSpec": {
"curve": [
{
"horizontal": 0,
"vertical": 0
},
{
"horizontal": 255,
"vertical": 255
}
],
"name": "Linear"
},
"useGlobalAngle": true,
"useShape": false,
"useTexture": false
},
"gradientFill": {
"align": true,
"angle": {
"units": "angleUnit",
"value": 90.0
},
"dither": false,
"enabled": true,
"gradient": {
"colors": [
{
"color": {
"blue": 0,
"green": 0,
"red": 0
},
"location": 0,
"midpoint": 50,
"type": "userStop"
},
{
"color": {
"blue": 255,
"green": 255,
"red": 255
},
"location": 4096,
"midpoint": 50,
"type": "userStop"
}
],
"gradientForm": "customStops",
"interfaceIconFrameDimmed": 4096,
"name": "Two Color",
"transparency": [
{
"location": 0,
"midpoint": 50,
"opacity": {
"units": "percentUnit",
"value": 100.0
}
},
{
"location": 4096,
"midpoint": 50,
"opacity": {
"units": "percentUnit",
"value": 100.0
}
}
]
},
"mode": "normal",
"offset": {
"horizontal": {
"units": "percentUnit",
"value": 0.0
},
"vertical": {
"units": "percentUnit",
"value": 0.0
}
},
"opacity": {
"units": "percentUnit",
"value": 66.0
},
"reverse": false,
"scale": {
"units": "percentUnit",
"value": 100.0
},
"type": "linear"
},
"masterFXSwitch": false,
"scale": {
"units": "percentUnit",
"value": 100.0
}
},
"vectorMask": {
"offset": {
"horizontal": 310,
"vertical": 164
}
}
},
{
"blendOptions": {
"mode": "passThrough"
},
"enabled": true
},
{
"FXRefPoint": {
"horizontal": -104,
"vertical": -105
},
"enabled": true,
"layerSpecific": {
"textLayerSettings": {
"textLayerSettingsWarpRect": [
0,
0,
0,
0
],
"warpPerspective": 0,
"warpPerspectiveOther": 0,
"warpRotate": "horizontal",
"warpStyle": "warpNone",
"warpValue": 0
}
},
"offset": {
"horizontal": -181,
"vertical": -1
}
}
],
"name": "Comp 3: no layer FX (appearance)",
"position": false,
"visibility": false
}
],
"file": "/Users/twright/Dropbox/PhotoshopGenerator/twright/Documentation/Shapes.psd",
"generatorSettings": {
"bla": true,
"layerTime": 2147483.647
},
"globalLight": {
"altitude": 30,
"angle": 120
},
"id": 1134,
"layers": [
{
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": {
"bla": true,
"layerTime": 2147483.647
},
"id": 77,
"index": 41,
"name": "13. Generator Metadata",
"pixels": true,
"type": "layer",
"visible": true
},
{
"blendOptions": {
"opacity": {
"units": "percentUnit",
"value": 36.0
}
},
"bounds": {
"bottom": 94,
"left": 6,
"right": 165,
"top": 8
},
"fill": {
"class": "solidColorLayer",
"color": {
"blue": 242.681,
"green": 190.748,
"red": 0
}
},
"generatorSettings": false,
"id": 49,
"index": 40,
"name": "12. Shapes",
"path": {
"bounds": {
"bottom": 94,
"left": 7,
"right": 164,
"top": 8.268
},
"defaultFill": false,
"pathComponents": [
{
"origin": {
"bounds": {
"bottom": 93,
"left": 13,
"right": 54,
"top": 53
},
"type": "rect"
},
"shapeOperation": "add",
"subpathListKey": [
{
"closedSubpath": true,
"points": [
{
"anchor": {
"x": 14.000007,
"y": 54.000013
}
},
{
"anchor": {
"x": 53.000008,
"y": 54.000013
}
},
{
"anchor": {
"x": 53.000008,
"y": 92.000005
}
},
{
"anchor": {
"x": 14.000007,
"y": 92.000005
}
}
]
}
]
},
{
"origin": {
"bounds": {
"bottom": 94,
"left": 62,
"right": 103,
"top": 57
},
"radii": [
10,
10,
10,
10
],
"type": "roundedRect"
},
"shapeOperation": "add",
"subpathListKey": [
{
"closedSubpath": true,
"points": [
{
"anchor": {
"x": 73.000022,
"y": 58.000002
},
"backward": {
"x": 67.477152,
"y": 58.000002
},
"forward": {
"x": 73.000022,
"y": 58.000002
}
},
{
"anchor": {
"x": 92.00001,
"y": 58.000002
},
"backward": {
"x": 92.00001,
"y": 58.000002
},
"forward": {
"x": 97.52285,
"y": 58.000002
}
},
{
"anchor": {
"x": 102.000001,
"y": 68.000007
},
"backward": {
"x": 102.000001,
"y": 62.477167
},
"forward": {
"x": 102.000001,
"y": 68.000007
}
},
{
"anchor": {
"x": 102.000001,
"y": 83.000014
},
"backward": {
"x": 102.000001,
"y": 83.000014
},
"forward": {
"x": 102.000001,
"y": 88.522854
}
},
{
"anchor": {
"x": 92.00001,
"y": 92.999997
},
"backward": {
"x": 97.52285,
"y": 92.999997
},
"forward": {
"x": 92.00001,
"y": 92.999997
}
},
{
"anchor": {
"x": 73.000022,
"y": 92.999997
},
"backward": {
"x": 73.000022,
"y": 92.999997
},
"forward": {
"x": 67.477152,
"y": 92.999997
}
},
{
"anchor": {
"x": 63.0,
"y": 83.000014
},
"backward": {
"x": 63.0,
"y": 88.522854
},
"forward": {
"x": 63.0,
"y": 83.000014
}
},
{
"anchor": {
"x": 63.0,
"y": 68.000007
},
"backward": {
"x": 63.0,
"y": 68.000007
},
"forward": {
"x": 63.0,
"y": 62.477167
}
}
]
}
]
},
{
"origin": {
"bounds": {
"bottom": 46,
"left": 7,
"right": 62,
"top": 11
},
"type": "ellipse"
},
"shapeOperation": "add",
"subpathListKey": [
{
"closedSubpath": true,
"points": [
{
"anchor": {
"x": 34.500019,
"y": 12.00001
},
"backward": {
"x": 19.86447,
"y": 12.00001
},
"forward": {
"x": 49.135537,
"y": 12.00001
}
},
{
"anchor": {
"x": 61.000008,
"y": 28.500016
},
"backward": {
"x": 61.000008,
"y": 19.387307
},
"forward": {
"x": 61.000008,
"y": 37.612703
}
},
{
"anchor": {
"x": 34.500019,
"y": 45.0
},
"backward": {
"x": 49.135537,
"y": 45.0
},
"forward": {
"x": 19.86447,
"y": 45.0
}
},
{
"anchor": {
"x": 8.0,
"y": 28.500016
},
"backward": {
"x": 8.0,
"y": 37.612703
},
"forward": {
"x": 8.0,
"y": 19.387307
}
}
]
}
]
},
{
"origin": {
"bounds": {
"bottom": 55.412,
"left": 95.985,
"right": 141.071,
"top": 8.268
},
"type": "unknown"
},
"shapeOperation": "add",
"subpathListKey": [
{
"closedSubpath": true,
"points": [
{
"anchor": {
"x": 139.768242,
"y": 46.078141
}
},
{
"anchor": {
"x": 113.139499,
"y": 54.411743
}
},
{
"anchor": {
"x": 96.98503,
"y": 31.661525
}
},
{
"anchor": {
"x": 113.629764,
"y": 9.267526
}
},
{
"anchor": {
"x": 140.071233,
"y": 18.177481
}
}
]
}
],
"windingFill": true
},
{
"origin": {
"bounds": {
"bottom": 48.307,
"left": 61.605,
"right": 92.395,
"top": 9.693
},
"type": "unknown"
},
"shapeOperation": "add",
"subpathListKey": [
{
"points": [
{
"anchor": {
"x": 62.605325,
"y": 11.30697
}
},
{
"anchor": {
"x": 63.394675,
"y": 10.693045
}
},
{
"anchor": {
"x": 91.394689,
"y": 46.693032
}
},
{
"anchor": {
"x": 90.605338,
"y": 47.306979
}
},
{
"anchor": {
"x": 62.605325,
"y": 11.30697
}
}
]
}
]
},
{
"origin": {
"bounds": {
"bottom": 92,
"left": 108,
"right": 164,
"top": 52
},
"type": "unknown"
},
"shapeOperation": "add",
"subpathListKey": [
{
"closedSubpath": true,
"points": [
{
"anchor": {
"x": 109.000005,
"y": 68.666525
}
},
{
"anchor": {
"x": 149.011538,
"y": 68.666525
},
"backward": {
"x": 149.011538,
"y": 68.666525
},
"forward": {
"x": 147.083553,
"y": 62.501414
},
"smooth": false
},
{
"anchor": {
"x": 146.025338,
"y": 53.0
},
"backward": {
"x": 146.123902,
"y": 58.480761
},
"forward": {
"x": 150.410595,
"y": 62.449379
},
"smooth": false
},
{
"anchor": {
"x": 163.000009,
"y": 71.996498
},
"backward": {
"x": 156.111156,
"y": 67.36958
},
"forward": {
"x": 156.111156,
"y": 76.428237
},
"smooth": false
},
{
"anchor": {
"x": 146.025338,
"y": 91.000013
},
"backward": {
"x": 150.661736,
"y": 81.837265
},
"forward": {
"x": 146.321209,
"y": 85.043428
},
"smooth": false
},
{
"anchor": {
"x": 149.071379,
"y": 74.890044
},
"backward": {
"x": 147.120894,
"y": 81.446199
},
"forward": {
"x": 149.071379,
"y": 74.890044
},
"smooth": false
},
{
"anchor": {
"x": 109.000005,
"y": 74.890044
}
}
]
}
]
}
]
},
"type": "shapeLayer",
"visible": true
},
{
"blendOptions": {
"blendClipped": false,
"blendInterior": true,
"channelRestrictions": [
"red",
"blue"
],
"fillOpacity": {
"units": "percentUnit",
"value": 25.0
},
"knockout": "shallow",
"mode": "lighten",
"opacity": {
"units": "percentUnit",
"value": 10.0
},
"transparencyShapesLayer": false
},
"bounds": {
"bottom": 360,
"left": 0,
"right": 504,
"top": 0
},
"boundsWithFX": {
"bottom": 440,
"left": -86,
"right": 590,
"top": -80
},
"generatorSettings": false,
"id": 35,
"index": 39,
"layerEffects": {
"bevelEmboss": {
"align": false,
"antiAlias": true,
"antialiasGloss": true,
"bevelStyle": "pillowEmboss",
"bevelTechnique": "preciseMatte",
"blur": 51.0,
"enabled": true,
"highlightMode": "colorDodge",
"highlightOpacity": {
"units": "percentUnit",
"value": 55.0
},
"inputRange": {
"units": "percentUnit",
"value": 71.0
},
"invertTexture": true,
"localLightingAltitude": {
"units": "angleUnit",
"value": 48.0
},
"localLightingAngle": {
"units": "angleUnit",
"value": 23.0
},
"mappingShape": {
"name": "Cove - Deep"
},
"pattern": {
"ID": "52a93427-f5d6-1172-a989-8dc82a43aa51",
"name": "$$$/Presets/Patterns/Patterns_pat/Laidhorizontal=Laid-horizontal"
},
"scale": {
"units": "percentUnit",
"value": 65.0
},
"shadowMode": "darken",
"shadowOpacity": {
"units": "percentUnit",
"value": 59.0
},
"softness": 2.0,
"textureDepth": {
"units": "percentUnit",
"value": 34.0
},
"transferSpec": {
"name": "Cove - Deep"
},
"useGlobalAngle": false
},
"chromeFX": {
"antiAlias": true,
"blur": 76.0,
"color": {
"blue": 0.004,
"green": 0.004,
"red": 255
},
"enabled": true,
"invert": false,
"mode": "overlay"
},
"dropShadow": {
"enabled": true,
"layerConceals": false,
"mode": "colorBurn",
"noise": {
"units": "percentUnit",
"value": 14.0
},
"transferSpec": {
"curve": [
{
"horizontal": 0,
"vertical": 0
},
{
"horizontal": 130,
"vertical": 100
},
{
"horizontal": 255,
"vertical": 255
}
]
}
},
"frameFX": {
"align": true,
"angle": {
"units": "angleUnit",
"value": 0.0
},
"color": {
"blue": 0.004,
"green": 0.004,
"red": 255
},
"dither": false,
"enabled": true,
"gradient": {
"colors": [
{
"color": {
"blue": 0,
"green": 0,
"red": 0
},
"location": 0,
"midpoint": 50,
"type": "userStop"
},
{
"color": {
"blue": 255,
"green": 255,
"red": 255
},
"location": 4096,
"midpoint": 50,
"type": "userStop"
}
],
"gradientForm": "customStops",
"interfaceIconFrameDimmed": 4096,
"name": "Two Color",
"transparency": [
{
"location": 0,
"midpoint": 50,
"opacity": {
"units": "percentUnit",
"value": 100.0
}
},
{
"location": 4096,
"midpoint": 50,
"opacity": {
"units": "percentUnit",
"value": 100.0
}
}
]
},
"mode": "dissolve",
"offset": {
"horizontal": {
"units": "percentUnit",
"value": 0.0
},
"vertical": {
"units": "percentUnit",
"value": 0.0
}
},
"opacity": {
"units": "percentUnit",
"value": 48.0
},
"paintType": "gradientFill",
"reverse": false,
"scale": {
"units": "percentUnit",
"value": 100.0
},
"size": 16.0,
"style": "insetFrame",
"type": "linear"
},
"gradientFill": {
"align": false,
"enabled": true,
"mode": "dissolve",
"opacity": {
"units": "percentUnit",
"value": 59.0
}
},
"innerGlow": {
"blur": 43.0,
"chokeMatte": 17.0,
"enabled": true,
"glowTechnique": "preciseMatte",
"innerGlowSource": "centerGlow",
"inputRange": {
"units": "percentUnit",
"value": 56.0
},
"mode": "softLight",
"shadingNoise": {
"units": "percentUnit",
"value": 23.0
}
},
"innerShadow": {
"antiAlias": true,
"blur": 24.0,
"chokeMatte": 8.0,
"distance": 22.0,
"enabled": true,
"localLightingAngle": {
"units": "angleUnit",
"value": -156.0
},
"mode": "darkerColor",
"noise": {
"units": "percentUnit",
"value": 16.0
},
"transferSpec": {
"name": "Cove - Deep"
},
"useGlobalAngle": false
},
"outerGlow": {
"blur": 35.0,
"chokeMatte": 14.0,
"enabled": true,
"inputRange": {
"units": "percentUnit",
"value": 36.0
},
"mode": "colorDodge",
"shadingNoise": {
"units": "percentUnit",
"value": 21.0
},
"transferSpec": {
"name": "Linear"
}
},
"solidFill": {
"color": {
"blue": 255,
"green": 0.004,
"red": 65.988
},
"enabled": true,
"mode": "dissolve",
"opacity": {
"units": "percentUnit",
"value": 71.0
}
}
},
"name": "11. Blending & FX",
"pixels": true,
"type": "layer",
"visible": true
},
{
"blendOptions": {
"mode": "passThrough"
},
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 28,
"index": 38,
"layers": [
{
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 38,
"index": 37,
"name": "10c. \"Quotes\" '",
"pixels": true,
"type": "layer",
"visible": true
},
{
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 36,
"index": 36,
"name": "10b. /Slashes/,Comma",
"pixels": true,
"type": "layer",
"visible": false
},
{
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 30,
"index": 35,
"name": "10a. Unicode \ud83d\ude0e \u261e \u2116",
"pixels": true,
"type": "layer",
"visible": false
}
],
"name": "10. Layer Names",
"type": "layerSection",
"visible": true
},
{
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 26,
"index": 33,
"name": "9. Locked",
"pixels": true,
"protection": {
"all": true
},
"type": "layer",
"visible": false
},
{
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 33,
"index": 32,
"mask": {
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
}
},
"name": "8. Masks",
"path": {
"bounds": {
"bottom": 233,
"left": 134,
"right": 394,
"top": 94
},
"defaultFill": false,
"pathComponents": [
{
"origin": {
"bounds": {
"bottom": 233,
"left": 134,
"right": 394,
"top": 94
},
"type": "ellipse"
},
"shapeOperation": "add",
"subpathListKey": [
{
"closedSubpath": true,
"points": [
{
"anchor": {
"x": 264.000014,
"y": 95.000002
},
"backward": {
"x": 192.755303,
"y": 95.000002
},
"forward": {
"x": 335.244726,
"y": 95.000002
}
},
{
"anchor": {
"x": 393.000003,
"y": 163.500016
},
"backward": {
"x": 393.000003,
"y": 125.668509
},
"forward": {
"x": 393.000003,
"y": 201.331501
}
},
{
"anchor": {
"x": 264.000014,
"y": 232.000008
},
"backward": {
"x": 335.244726,
"y": 232.000008
},
"forward": {
"x": 192.755303,
"y": 232.000008
}
},
{
"anchor": {
"x": 134.999996,
"y": 163.500016
},
"backward": {
"x": 134.999996,
"y": 201.331501
},
"forward": {
"x": 134.999996,
"y": 125.668509
}
}
]
}
]
}
]
},
"pixels": true,
"type": "layer",
"visible": false
},
{
"bounds": {
"bottom": 99,
"left": 161,
"right": 458,
"top": 22
},
"generatorSettings": false,
"id": 20,
"index": 31,
"name": "7. Text",
"text": {
"paragraphStyleRange": [
{
"from": 0,
"paragraphStyle": {
"align": "center"
},
"to": 25
},
{
"from": 25,
"paragraphStyle": {
"align": "center"
},
"to": 50
},
{
"from": 50,
"paragraphStyle": {
"align": "center"
},
"to": 90
},
{
"from": 90,
"paragraphStyle": {
"align": "center"
},
"to": 91
}
],
"textClickPoint": {
"horizontal": {
"units": "percentUnit",
"value": 60.685563
},
"vertical": {
"units": "percentUnit",
"value": 7.772394
}
},
"textKey": "This is 12 pt Helvetica \rThis is 14 pt Times Bold\rJustify:Center, Leading:24, Tracking:50\r",
"textStyleRange": [
{
"from": 0,
"textStyle": {
"color": {
"blue": 0,
"green": 0,
"red": 0
},
"fontName": "Helvetica",
"fontStyleName": "Regular",
"leading": {
"units": "pointsUnit",
"value": 24.0
},
"size": {
"units": "pointsUnit",
"value": 12.0
},
"tracking": 50
},
"to": 25
},
{
"from": 25,
"textStyle": {
"color": {
"blue": 0,
"green": 0,
"red": 0
},
"fontName": "Times",
"fontStyleName": "Regular",
"leading": {
"units": "pointsUnit",
"value": 24.0
},
"size": {
"units": "pointsUnit",
"value": 14.0
},
"tracking": 50
},
"to": 91
},
{
"from": 25,
"textStyle": {
"color": {
"blue": 0,
"green": 0,
"red": 0
},
"fontName": "Times",
"fontStyleName": "Regular",
"leading": {
"units": "pointsUnit",
"value": 24.0
},
"size": {
"units": "pointsUnit",
"value": 14.0
},
"tracking": 50
},
"to": 91
},
{
"from": 25,
"textStyle": {
"color": {
"blue": 0,
"green": 0,
"red": 0
},
"fontName": "Times",
"fontStyleName": "Regular",
"leading": {
"units": "pointsUnit",
"value": 24.0
},
"size": {
"units": "pointsUnit",
"value": 14.0
},
"tracking": 50
},
"to": 91
}
],
"transform": {
"tx": 0,
"ty": 0,
"xx": 1.064,
"xy": -0.074,
"yx": 0.078,
"yy": 1.118
},
"warp": {
"warpPerspective": 11,
"warpPerspectiveOther": 10,
"warpRotate": "horizontal",
"warpStyle": "warpArc",
"warpValue": -11
}
},
"type": "textLayer",
"visible": true
},
{
"blendOptions": {
"mode": "passThrough"
},
"bounds": {
"bottom": 360,
"left": 0,
"right": 504,
"top": 0
},
"generatorSettings": false,
"id": 51,
"index": 30,
"layers": [
{
"adjustment": {
"class": "selectiveColor",
"presetKind": "presetKindDefault"
},
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 73,
"index": 29,
"name": "6q. Selective Color",
"type": "adjustmentLayer",
"visible": true
},
{
"adjustment": {
"class": "gradientMapClass",
"gradient": {
"colors": [
{
"color": {
"blue": 0,
"green": 0,
"red": 255
},
"location": 0,
"midpoint": 50,
"type": "userStop"
},
{
"color": {
"blue": 255,
"green": 255,
"red": 255
},
"location": 4096,
"midpoint": 50,
"type": "userStop"
}
],
"gradientForm": "customStops",
"interfaceIconFrameDimmed": 4096,
"name": "Foreground to Background",
"transparency": [
{
"location": 0,
"midpoint": 50,
"opacity": {
"units": "percentUnit",
"value": 100.0
}
},
{
"location": 4096,
"midpoint": 50,
"opacity": {
"units": "percentUnit",
"value": 100.0
}
}
]
}
},
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 72,
"index": 28,
"name": "6p. Gradient Map",
"type": "adjustmentLayer",
"visible": true
},
{
"adjustment": {
"class": "thresholdClassEvent",
"level": 128
},
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 71,
"index": 27,
"name": "6o. Threshold",
"type": "adjustmentLayer",
"visible": true
},
{
"adjustment": {
"class": "posterization",
"levels": 4
},
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 70,
"index": 26,
"name": "6n. Posterize",
"type": "adjustmentLayer",
"visible": true
},
{
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 69,
"index": 25,
"name": "6m. Invert",
"type": "adjustmentLayer",
"visible": true
},
{
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 68,
"index": 24,
"name": "6l. Color Lookup",
"type": "adjustmentLayer",
"visible": true
},
{
"adjustment": {
"blue": {
"blue": {
"units": "percentUnit",
"value": 100.0
}
},
"class": "channelMixer",
"grain": {
"grain": {
"units": "percentUnit",
"value": 100.0
}
},
"presetKind": "presetKindDefault",
"red": {
"red": {
"units": "percentUnit",
"value": 100.0
}
}
},
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 67,
"index": 23,
"name": "6k. Channel Mixer",
"type": "adjustmentLayer",
"visible": true
},
{
"adjustment": {
"class": "photoFilter",
"color": {
"a": 32,
"b": 120,
"luminance": 67.06
},
"density": 25,
"preserveLuminosity": true
},
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 66,
"index": 22,
"name": "6j. Photo Filter",
"type": "adjustmentLayer",
"visible": true
},
{
"adjustment": {
"blue": 20,
"class": "blackAndWhite",
"cyan": 60,
"grain": 40,
"magenta": 80,
"presetKind": "presetKindDefault",
"red": 40,
"tintColor": {
"blue": 179.001,
"green": 211.001,
"red": 225
},
"useTint": false,
"yellow": 60
},
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 65,
"index": 21,
"name": "6i. Black & White",
"type": "adjustmentLayer",
"visible": true
},
{
"adjustment": {
"class": "colorBalance",
"highlightLevels": [
0,
0,
0
],
"midtoneLevels": [
0,
0,
0
],
"preserveLuminosity": true,
"shadowLevels": [
0,
0,
0
]
},
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 62,
"index": 20,
"name": "6h. Color Balance",
"type": "adjustmentLayer",
"visible": true
},
{
"adjustment": {
"class": "hueSaturation",
"colorize": false,
"presetKind": "presetKindDefault"
},
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 61,
"index": 19,
"name": "6g. Hue/Saturation",
"type": "adjustmentLayer",
"visible": true
},
{
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 60,
"index": 18,
"name": "6f. Vibrance",
"type": "adjustmentLayer",
"visible": true
},
{
"adjustment": {
"class": "exposure",
"exposure": 0,
"gammaCorrection": 1,
"offset": 0,
"presetKind": "presetKindDefault"
},
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 59,
"index": 17,
"name": "6e. Exposure",
"type": "adjustmentLayer",
"visible": true
},
{
"adjustment": {
"class": "curves",
"presetKind": "presetKindDefault"
},
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 58,
"index": 16,
"name": "6f. Curves",
"type": "adjustmentLayer",
"visible": true
},
{
"adjustment": {
"class": "levels",
"presetKind": "presetKindDefault"
},
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 57,
"index": 15,
"name": "6e. Levels",
"type": "adjustmentLayer",
"visible": true
},
{
"adjustment": {
"class": "brightnessEvent",
"useLegacy": false
},
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 56,
"index": 14,
"name": "6d. Brightness/Contrast",
"type": "adjustmentLayer",
"visible": true
},
{
"bounds": {
"bottom": 360,
"left": 0,
"right": 504,
"top": 0
},
"fill": {
"class": "patternLayer",
"pattern": {
"ID": "3097ddac-129d-1176-b877-b485ce830481",
"name": "$$$/Presets/Patterns/Patterns_pat/GrayGranite=Gray Granite"
}
},
"generatorSettings": false,
"id": 55,
"index": 13,
"name": "6c. Pattern Fill",
"type": "adjustmentLayer",
"visible": true
},
{
"bounds": {
"bottom": 360,
"left": 0,
"right": 504,
"top": 0
},
"fill": {
"angle": {
"units": "angleUnit",
"value": 90.0
},
"class": "gradientLayer",
"gradient": {
"colors": [
{
"color": {
"blue": 0.004,
"green": 0.004,
"red": 255
},
"location": 0,
"midpoint": 50,
"type": "userStop"
},
{
"color": {
"blue": 0.004,
"green": 0.004,
"red": 255
},
"location": 4096,
"midpoint": 50,
"type": "userStop"
}
],
"gradientForm": "customStops",
"interfaceIconFrameDimmed": 4096,
"name": "Color to Transparent",
"transparency": [
{
"location": 0,
"midpoint": 50,
"opacity": {
"units": "percentUnit",
"value": 100.0
}
},
{
"location": 4096,
"midpoint": 50,
"opacity": {
"units": "percentUnit",
"value": 0.0
}
}
]
},
"type": "linear"
},
"generatorSettings": false,
"id": 54,
"index": 12,
"name": "6b. Gradient Fill",
"type": "adjustmentLayer",
"visible": true
},
{
"bounds": {
"bottom": 360,
"left": 0,
"right": 504,
"top": 0
},
"fill": {
"class": "solidColorLayer",
"color": {
"blue": 0.004,
"green": 0.004,
"red": 255
}
},
"generatorSettings": false,
"id": 53,
"index": 11,
"name": "6a. Color Fill",
"type": "adjustmentLayer",
"visible": true
}
],
"name": "6. Adjustments",
"type": "layerSection",
"visible": false
},
{
"blendOptions": {
"mode": "passThrough"
},
"bounds": {
"bottom": 335,
"left": 44,
"right": 482,
"top": 164
},
"generatorSettings": false,
"id": 11,
"index": 9,
"layers": [
{
"blendOptions": {
"opacity": {
"units": "percentUnit",
"value": 71.0
}
},
"bounds": {
"bottom": 335,
"left": 310,
"right": 482,
"top": 164
},
"fill": {
"class": "solidColorLayer",
"color": {
"blue": 53.996,
"green": 255,
"red": 0.004
}
},
"generatorSettings": false,
"id": 8,
"index": 8,
"layerEffects": {
"bevelEmboss": {
"enabled": true,
"inputRange": {
"units": "percentUnit",
"value": 100.0
},
"mappingShape": {
"curve": [
{
"horizontal": 0,
"vertical": 0
},
{
"horizontal": 255,
"vertical": 255
}
],
"name": "Default"
}
},
"gradientFill": {
"enabled": true,
"opacity": {
"units": "percentUnit",
"value": 66.0
}
},
"masterFXSwitch": false
},
"name": "4. Green Shape with Dashed Red Stroke",
"path": {
"bounds": {
"bottom": 335,
"left": 310,
"right": 481,
"top": 164
},
"defaultFill": false,
"pathComponents": [
{
"origin": {
"bounds": {
"bottom": 335,
"left": 310,
"right": 481,
"top": 164
},
"type": "ellipse"
},
"shapeOperation": "add",
"subpathListKey": [
{
"closedSubpath": true,
"points": [
{
"anchor": {
"x": 395.499993,
"y": 165.000014
},
"backward": {
"x": 348.831973,
"y": 165.000014
},
"forward": {
"x": 442.168044,
"y": 165.000014
}
},
{
"anchor": {
"x": 480.000001,
"y": 249.500005
},
"backward": {
"x": 480.000001,
"y": 202.83195
},
"forward": {
"x": 480.000001,
"y": 296.16806
}
},
{
"anchor": {
"x": 395.499993,
"y": 333.999996
},
"backward": {
"x": 442.168044,
"y": 333.999996
},
"forward": {
"x": 348.831973,
"y": 333.999996
}
},
{
"anchor": {
"x": 311.000015,
"y": 249.500005
},
"backward": {
"x": 311.000015,
"y": 296.16806
},
"forward": {
"x": 311.000015,
"y": 202.83195
}
}
]
}
]
}
]
},
"strokeStyle": {
"fillEnabled": true,
"strokeEnabled": true,
"strokeStyleBlendMode": "normal",
"strokeStyleContent": {
"color": {
"blue": 0,
"green": 0,
"red": 255
}
},
"strokeStyleLineAlignment": "strokeStyleAlignInside",
"strokeStyleLineCapType": "strokeStyleRoundCap",
"strokeStyleLineDashOffset": {
"units": "pointsUnit",
"value": 0.0
},
"strokeStyleLineDashSet": [
4.0,
2.0
],
"strokeStyleLineJoinType": "strokeStyleMiterJoin",
"strokeStyleLineWidth": {
"units": "pointsUnit",
"value": 3.0
},
"strokeStyleMiterLimit": 100,
"strokeStyleOpacity": {
"units": "percentUnit",
"value": 100.0
},
"strokeStyleResolution": 72,
"strokeStyleScaleLock": false,
"strokeStyleStrokeAdjust": false,
"strokeStyleVersion": 2
},
"type": "shapeLayer",
"visible": true
},
{
"blendOptions": {
"opacity": {
"units": "percentUnit",
"value": 75.0
}
},
"bounds": {
"bottom": 335,
"left": 44,
"right": 348,
"top": 164
},
"generatorSettings": false,
"id": 15,
"index": 7,
"layerEffects": {
"chromeFX": {
"enabled": true
},
"dropShadow": {
"enabled": true
},
"masterFXSwitch": false
},
"layers": [
{
"bounds": {
"bottom": 335,
"left": 177,
"right": 348,
"top": 164
},
"fill": {
"angle": {
"units": "angleUnit",
"value": 90.0
},
"class": "gradientLayer",
"dither": true,
"gradient": {
"colors": [
{
"color": {
"blue": 178,
"green": 0.004,
"red": 9.576
},
"location": 0,
"midpoint": 50,
"type": "userStop"
},
{
"color": {
"blue": 0.027,
"green": 0.004,
"red": 255
},
"location": 2048,
"midpoint": 50,
"type": "userStop"
},
{
"color": {
"blue": 0.004,
"green": 251.996,
"red": 255
},
"location": 4096,
"midpoint": 50,
"type": "userStop"
}
],
"gradientForm": "customStops",
"interfaceIconFrameDimmed": 4096,
"name": "$$$/DefaultGradient/BlueRedYellow=Blue, Red, Yellow",
"transparency": [
{
"location": 0,
"midpoint": 50,
"opacity": {
"units": "percentUnit",
"value": 100.0
}
},
{
"location": 4096,
"midpoint": 50,
"opacity": {
"units": "percentUnit",
"value": 100.0
}
}
]
},
"type": "linear"
},
"generatorSettings": false,
"id": 7,
"index": 6,
"name": "3b. Gradient Shape",
"path": {
"bounds": {
"bottom": 335,
"left": 177,
"right": 348,
"top": 164
},
"defaultFill": false,
"pathComponents": [
{
"origin": {
"bounds": {
"bottom": 335,
"left": 177,
"right": 348,
"top": 164
},
"type": "ellipse"
},
"shapeOperation": "add",
"subpathListKey": [
{
"closedSubpath": true,
"points": [
{
"anchor": {
"x": 262.50002,
"y": 165.000014
},
"backward": {
"x": 215.831969,
"y": 165.000014
},
"forward": {
"x": 309.168071,
"y": 165.000014
}
},
{
"anchor": {
"x": 346.999998,
"y": 249.500005
},
"backward": {
"x": 346.999998,
"y": 202.83195
},
"forward": {
"x": 346.999998,
"y": 296.16806
}
},
{
"anchor": {
"x": 262.50002,
"y": 333.999996
},
"backward": {
"x": 309.168071,
"y": 333.999996
},
"forward": {
"x": 215.831969,
"y": 333.999996
}
},
{
"anchor": {
"x": 178.000012,
"y": 249.500005
},
"backward": {
"x": 178.000012,
"y": 296.16806
},
"forward": {
"x": 178.000012,
"y": 202.83195
}
}
]
}
]
}
]
},
"type": "shapeLayer",
"visible": true
},
{
"bounds": {
"bottom": 335,
"left": 44,
"right": 215,
"top": 164
},
"fill": {
"class": "patternLayer",
"pattern": {
"ID": "b7334da0-122f-11d4-8bb5-e27e45023b5f",
"name": "$$$/Presets/Patterns/Patterns_pat/Bubbles=Bubbles"
}
},
"generatorSettings": false,
"id": 6,
"index": 5,
"name": "3a. Pattern Shape",
"path": {
"bounds": {
"bottom": 335,
"left": 44,
"right": 215,
"top": 164
},
"defaultFill": false,
"pathComponents": [
{
"origin": {
"bounds": {
"bottom": 335,
"left": 44,
"right": 215,
"top": 164
},
"type": "ellipse"
},
"shapeOperation": "add",
"subpathListKey": [
{
"closedSubpath": true,
"points": [
{
"anchor": {
"x": 129.500017,
"y": 165.000014
},
"backward": {
"x": 82.831966,
"y": 165.000014
},
"forward": {
"x": 176.168067,
"y": 165.000014
}
},
{
"anchor": {
"x": 213.999995,
"y": 249.500005
},
"backward": {
"x": 213.999995,
"y": 202.83195
},
"forward": {
"x": 213.999995,
"y": 296.16806
}
},
{
"anchor": {
"x": 129.500017,
"y": 333.999996
},
"backward": {
"x": 176.168067,
"y": 333.999996
},
"forward": {
"x": 82.831966,
"y": 333.999996
}
},
{
"anchor": {
"x": 45.000009,
"y": 249.500005
},
"backward": {
"x": 45.000009,
"y": 296.16806
},
"forward": {
"x": 45.000009,
"y": 202.83195
}
}
]
}
]
}
]
},
"type": "shapeLayer",
"visible": true
}
],
"name": "3. Group with FX",
"type": "layerSection",
"visible": true
}
],
"name": "5. Group with Nested Group",
"type": "layerSection",
"visible": true
},
{
"bounds": {
"bottom": 360,
"left": 0,
"right": 504,
"top": 0
},
"generatorSettings": false,
"id": 22,
"index": 2,
"name": "2. Smart Object with Filter",
"smartObject": {
"ID": "f63a4dec-1a95-1176-8600-d8d951c5d284",
"antiAliasType": 16,
"filterFX": {
"enabled": true,
"filterFXList": [
{
"backgroundColor": {
"blue": 255,
"green": 255,
"red": 255
},
"blendOptions": {
"mode": "normal",
"opacity": {
"units": "percentUnit",
"value": 100.0
}
},
"enabled": true,
"filter": {
"radius": 4.1
},
"filterID": 2147483.647,
"foregroundColor": {
"blue": 0,
"green": 0,
"red": 0
},
"hasoptions": true,
"name": "Gaussian Blur..."
}
],
"filterMaskEnable": true,
"filterMaskExtendWithWhite": true,
"filterMaskLinked": false,
"validAtPosition": true
},
"placed": "f63a4deb-1a95-1176-8600-d8d951c5d284",
"transform": [
47.281,
1.926,
495.093,
34.561,
481.719,
218.074,
33.907,
185.439
],
"type": 2
},
"type": "layer",
"visible": true
},
{
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 27,
"index": 1,
"name": "1. Invisible",
"pixels": true,
"type": "layer",
"visible": false
},
{
"bounds": {
"bottom": 0,
"left": 0,
"right": 0,
"top": 0
},
"generatorSettings": false,
"id": 1,
"index": 0,
"name": "Background",
"pixels": true,
"protection": {
"position": true,
"transparency": true
},
"type": "backgroundLayer",
"visible": false
}
],
"placed": [
{
"bounds": {
"bottom": 184,
"left": 0,
"right": 448,
"top": 0
},
"file": "Group 2.psb",
"fileCreator": 943868237,
"fileType": 943870018,
"generatorSettings": false,
"globalLight": {
"altitude": 30,
"angle": 120
},
"id": 1144,
"layers": [
{
"bounds": {
"bottom": 177,
"left": 137,
"right": 309,
"top": 4
},
"fill": {
"class": "solidColorLayer",
"color": {
"blue": 245.988,
"green": 255,
"red": 0.004
}
},
"generatorSettings": false,
"id": 26,
"index": 2,
"name": "2c. Blue Shape",
"path": {
"bounds": {
"bottom": 176,
"left": 137,
"right": 308,
"top": 5
},
"defaultFill": false,
"pathComponents": [
{
"origin": {
"bounds": {
"bottom": 176,
"left": 137,
"right": 308,
"top": 5
},
"type": "ellipse"
},
"shapeOperation": "add",
"subpathListKey": [
{
"closedSubpath": true,
"points": [
{
"anchor": {
"x": 222.500019,
"y": 5.999999
},
"backward": {
"x": 175.831982,
"y": 5.999999
},
"forward": {
"x": 269.168083,
"y": 5.999999
}
},
{
"anchor": {
"x": 307.000004,
"y": 90.500009
},
"backward": {
"x": 307.000004,
"y": 43.83196
},
"forward": {
"x": 307.000004,
"y": 137.168046
}
},
{
"anchor": {
"x": 222.500019,
"y": 175.000008
},
"backward": {
"x": 269.168083,
"y": 175.000008
},
"forward": {
"x": 175.831982,
"y": 175.000008
}
},
{
"anchor": {
"x": 138.000008,
"y": 90.500009
},
"backward": {
"x": 138.000008,
"y": 137.168046
},
"forward": {
"x": 138.000008,
"y": 43.83196
}
}
]
}
]
}
]
},
"type": "shapeLayer",
"visible": true
},
{
"bounds": {
"bottom": 177,
"left": 270,
"right": 442,
"top": 4
},
"fill": {
"class": "solidColorLayer",
"color": {
"blue": 240.019,
"green": 0.004,
"red": 255
}
},
"generatorSettings": false,
"id": 27,
"index": 1,
"name": "2b. Magenta Shape",
"path": {
"bounds": {
"bottom": 176,
"left": 270,
"right": 441,
"top": 5
},
"defaultFill": false,
"pathComponents": [
{
"origin": {
"bounds": {
"bottom": 176,
"left": 270,
"right": 441,
"top": 5
},
"type": "ellipse"
},
"shapeOperation": "add",
"subpathListKey": [
{
"closedSubpath": true,
"points": [
{
"anchor": {
"x": 355.499992,
"y": 5.999999
},
"backward": {
"x": 308.831982,
"y": 5.999999
},
"forward": {
"x": 402.168056,
"y": 5.999999
}
},
{
"anchor": {
"x": 440.000004,
"y": 90.500009
},
"backward": {
"x": 440.000004,
"y": 43.83196
},
"forward": {
"x": 440.000004,
"y": 137.168046
}
},
{
"anchor": {
"x": 355.499992,
"y": 175.000008
},
"backward": {
"x": 402.168056,
"y": 175.000008
},
"forward": {
"x": 308.831982,
"y": 175.000008
}
},
{
"anchor": {
"x": 271.000034,
"y": 90.500009
},
"backward": {
"x": 271.000034,
"y": 137.168046
},
"forward": {
"x": 271.000034,
"y": 43.83196
}
}
]
}
]
}
]
},
"type": "shapeLayer",
"visible": true
},
{
"blendOptions": {
"fillOpacity": {
"units": "percentUnit",
"value": 90.0
},
"opacity": {
"units": "percentUnit",
"value": 70.0
}
},
"bounds": {
"bottom": 177,
"left": 4,
"right": 176,
"top": 4
},
"fill": {
"class": "solidColorLayer",
"color": {
"blue": 0.004,
"green": 209.996,
"red": 255
}
},
"generatorSettings": false,
"id": 24,
"index": 0,
"name": "2a. Yellow Shape",
"path": {
"bounds": {
"bottom": 176,
"left": 4,
"right": 175,
"top": 5
},
"defaultFill": false,
"pathComponents": [
{
"origin": {
"bounds": {
"bottom": 176,
"left": 4,
"right": 175,
"top": 5
},
"type": "ellipse"
},
"shapeOperation": "add",
"subpathListKey": [
{
"closedSubpath": true,
"points": [
{
"anchor": {
"x": 89.500019,
"y": 5.999999
},
"backward": {
"x": 42.831982,
"y": 5.999999
},
"forward": {
"x": 136.168083,
"y": 5.999999
}
},
{
"anchor": {
"x": 174.000004,
"y": 90.500009
},
"backward": {
"x": 174.000004,
"y": 43.83196
},
"forward": {
"x": 174.000004,
"y": 137.168046
}
},
{
"anchor": {
"x": 89.500019,
"y": 175.000008
},
"backward": {
"x": 136.168083,
"y": 175.000008
},
"forward": {
"x": 42.831982,
"y": 175.000008
}
},
{
"anchor": {
"x": 5.000008,
"y": 90.500009
},
"backward": {
"x": 5.000008,
"y": 137.168046
},
"forward": {
"x": 5.000008,
"y": 43.83196
}
}
]
}
]
}
]
},
"type": "shapeLayer",
"visible": true
}
],
"name": "Group 2.psb",
"resolution": 72.0,
"size": 32396
}
],
"resolution": 72.0,
"timeStamp": 1373324703.596,
"version": "0.2.0"
}