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

x/colors/src/color.ts>findClosestColor

Color conversion and stuff in TypeScript
Go to Latest
function findClosestColor
import { findClosestColor } from "https://deno.land/x/colors@v1.2.0/src/color.ts";

Find the nearest neighbour of a color in a palette It would be more accurate to use consider luminance along with Euclidean distance but I chose to stay with distance for performance.

Parameters

color: Color
palette: Color[]