diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-07 14:40:04 -0800 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-12-07 14:40:04 -0800 |
| commit | e1a642e41e7e6d08303573fb20f265b4ac326372 (patch) | |
| tree | 9d2a33ae7e9816dfd0a0dc2e819e78ea45539c1b /share/probabilities/PbGrid.json | |
| parent | f38100a74f0d88cafeac8fb4c8fb99241007da08 (diff) | |
added support for probabilities
Diffstat (limited to 'share/probabilities/PbGrid.json')
| -rw-r--r-- | share/probabilities/PbGrid.json | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/share/probabilities/PbGrid.json b/share/probabilities/PbGrid.json new file mode 100644 index 0000000..09a3121 --- /dev/null +++ b/share/probabilities/PbGrid.json @@ -0,0 +1,90 @@ +{ + "format" : [ + { "weight": 20, "value": "png" }, + { "weight": 0, "value": "gif" }, + { "weight": 0, "value": "jpg" } + ], + "transition" : [ + { "value" : "background", "weight": 1 }, + { "value" : "dither", "weight": 1 }, + { "value" : "random", "weight": 1 }, + { "value" : "tile", "weight": 1 }, + { "value" : "edge", "weight": 1 } + ], + "skycolor" : [ + { "value" : "white", "weight" : 1 }, + { "value" : "silver", "weight" : 1 }, + { "value" : null, "weight" : 10 } + ], + "bgcolor" : [ + { "value" : "white", "weight" : 1 }, + { "value" : "silver", "weight" : 1 }, + { "value" : null, "weight" : 10 } + ], + "planebgcolor" : [ + { "value" : "white", "weight" : 1 }, + { "value" : "silver", "weight" : 1 }, + { "value" : null, "weight" : 10 } + ], + "linecolor" : [ + { "value" : "black", "weight" : 1 }, + { "value" : "white", "weight" : 1 }, + { "value" : "silver", "weight" : 1 } + ], + "swing" : [ + {"value": "", "weight": 2}, + {"value": 30, "weight": 1}, + {"value": -30, "weight": 1} + ], + "tilt" : [ + {"value": "", "weight": 2}, + {"value": 30, "weight": 1}, + {"value": -30, "weight": 1} + ], + "roll" : [ + {"value": "", "weight": 2}, + {"value": 30, "weight": 1}, + {"value": -30, "weight": 1} + ], + "width" : [ + { "value" : 400, "weight" : 1 }, + { "value" : 600, "weight" : 1 } + ], + "height" : [ + { "value" : 400, "weight" : 1 }, + { "value" : 600, "weight" : 1 } + ], + "linethickness" : [ + {"value":1, "weight": 2}, + {"value":2, "weight": 1} + ], + "opacity" : [ + {"value":1, "weight": 2}, + {"value":0.5, "weight": 1} + ], + "spacing" : [ + {"value":10, "weight": 1}, + {"value":15, "weight": 1} + ], + "vlines" : [ + {"value": "", "weight": 2}, + {"value":"true", "weight": 1} + ], + "hlines" : [ + {"value": "", "weight": 2}, + {"value":"true", "weight": 1} + ], + "shadow" : [ + {"value": "", "weight": 1}, + {"value":"true", "weight": 1} + ], + "zoom" : [ + {"value": 0, "weight": 3}, + {"value": 1.2, "weight": 1}, + {"value": -1.2, "weight": 1} + ], + "trim" : [ + {"value": "", "weight": 1}, + {"value":"true", "weight": 1} + ] +} |
