method Image.prototype.greenimport { Image } from "https://deno.land/x/imagescript@v1.2.14/ImageScript.js"; green(saturation, absolute?)Sets the green channels saturation ParameterssaturationThe saturation to apply (0..1) optionalabsolute = [UNSUPPORTED]Whether to scale the current saturation (false) or just set the new saturation (true)