Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/colors/mod.ts>rgbFromLab

Color conversion and stuff in TypeScript
Latest
function rgbFromLab
import { rgbFromLab } from "https://deno.land/x/colors@v2.0.2/mod.ts";

Convert CIE Lab to Linear RGB color space

Parameters

l: number
a: number
b: number