import { hslToRgb } from "https://deno.land/x/crayon@3.3.2/src/conversions.ts";
Converts HSL color representation to RGB
Used algorithm from https://en.wikipedia.org/wiki/HSL_and_HSV#HSL_to_RGB_alternative
import { hslToRgb } from "https://deno.land/x/crayon@3.3.2/src/conversions.ts";
Converts HSL color representation to RGB
Used algorithm from https://en.wikipedia.org/wiki/HSL_and_HSV#HSL_to_RGB_alternative