Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/colors/src/conversion.ts>rgbFromLab

Color conversion and stuff in TypeScript
Go to Latest
function rgbFromLab
import { rgbFromLab } from "https://deno.land/x/colors@v2.0.0-rc.1/src/conversion.ts";

Convert CIE Lab to Linear RGB color space

Parameters

l: number
a: number
b: number