method Image.prototype.opacityimport { Image } from "https://deno.land/x/imagescript@v1.2.14/mod.ts"; opacity(opacity, absolute?)Sets the images opacity ParametersopacityThe opacity to apply (0..1) optionalabsolute = [UNSUPPORTED]Whether to scale the current opacity (false) or just set the new opacity (true)