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

x/colors/src/mod.ts>grayscale

Color conversion and stuff in TypeScript
Go to Latest
function grayscale
import { grayscale } from "https://deno.land/x/colors@v2.0.1/src/mod.ts";

Convert RGBA to grayscale using luminance

Alternatively use average() or lightness()