{
"classname":"org.openstreetmap.josm.plugins.rasterfilters.filters.ColorRangeFilterImpl",
"binaries":["https://josm.openstreetmap.de/raw-attachment/wiki/ImageFilters/JOSM-filters.jar"],
"name":"chrKey",
"title": "Chroma Key Filter",
"controls": [
{
"type": "colorpicker",
"name": "color",
"title": "Color",
"value_type": "color",
"default":
{
"red": 0,
"green": 0,
"blue": 0
},
"decoration": "none"
},
{
"type": "linear_slider",
"name": "hue",
"title": "Hue",
"value_type": "float",
"scale": [0.0, 1.0],
"default": 1.0,
"decoration": "none"
},
{
"type": "linear_slider",
"name": "saturation",
"title": "Saturation",
"value_type": "float",
"scale": [0.0, 1.0],
"default": 1.0,
"decoration": "none"
},
{
"type": "linear_slider",
"name": "brightness",
"title": "Brightness",
"value_type": "float",
"scale": [0.0, 1.0],
"default": 1.0,
"decoration": "none"
}
]
}
Last modified
10 years ago
Last modified on 2015-08-16T19:44:06+02:00
Note:
See TracWiki
for help on using the wiki.


