Skip to main content
Module

x/monke/mod.ts>Color.fromLab

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

Parameters

l: number
a: number
b: number

Returns

Color