Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/monke/src/quantize/common.ts>getColorRange

Color quantization and dithering in TypeScript.
Latest
function getColorRange
import { getColorRange } from "https://deno.land/x/monke@v1.0.2/src/quantize/common.ts";

Get the minimum and maximum RGB values.

Parameters

colors: Color[]