{
    "name": "saturation",
    "description": "Change the saturation of the image by given value, from 0-1, with 1 being 100% saturated.",
    "inputs": {
        "saturation": {
            "type": "float",
            "desc": "saturation for the new image between 0 and 2, 0 being black and white and 2 being highly saturated",
            "default": 0.5,
            "min": 0,
            "max": 2,
            "step": 0.1
        }
    },
    "docs-link":"https://github.com/publiclab/image-sequencer/blob/main/docs/MODULES.md#saturation-module"
}
