Skip to main content
Module

x/monke/mod.ts>Color.fromHsl

Color quantization and dithering in TypeScript.
Go to Latest
method Color.fromHsl
Re-export
import { Color } from "https://deno.land/x/monke@v1.0.0/mod.ts";

Parameters

h: number
s: number
l: number

Returns

Color