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