method Image.hslaToColorimport { Image } from "https://deno.land/x/imagescript@v1.2.14/mod.ts"; hslaToColor(h,s,l,a,)Converts HSLA colors to RGBA colors Parametershhue (0..1) ssaturation (0..1) llightness (0..1) aopacity (0..1)