blob: 3b962f3369235ac5f0aa6b4956ba435143ce1d83 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"oneOf": [
{
"standsFor": "normal",
"value": 0
},
{
"standsFor": "multiply",
"value": 1
},
{
"standsFor": "screen",
"value": 2
},
{
"standsFor": "overlay",
"value": 3
},
{
"standsFor": "darken",
"value": 4
},
{
"standsFor": "lighten",
"value": 5
},
{
"standsFor": "colorDodge",
"value": 6
},
{
"standsFor": "colorBurn",
"value": 7
},
{
"standsFor": "hardLight",
"value": 8
},
{
"standsFor": "softLight",
"value": 9
},
{
"standsFor": "difference",
"value": 10
},
{
"standsFor": "exclusion",
"value": 11
},
{
"standsFor": "hue",
"value": 12
},
{
"standsFor": "saturation",
"value": 13
},
{
"standsFor": "color",
"value": 14
},
{
"standsFor": "luminosity",
"value": 15
}
]
}