Skip to main content
Module

x/color_hash/lib/colors.ts>HSL2RGB

Generate color based on the given string (using HSL color space and SHA256).
Latest
variable HSL2RGB
import { HSL2RGB } from "https://deno.land/x/color_hash@v2.0.1/lib/colors.ts";

Convert HSL to RGB

type

(
H: number,
S: number,
L: number,
) => unknown