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

x/monke/deps/color.ts>Color.fromRgba

Color quantization and dithering in TypeScript.
Latest
method Color.fromRgba
import { Color } from "https://deno.land/x/monke@v1.0.2/deps/color.ts";

Redundant static method for conversion from sRGB color space

Parameters

r: number
g: number
b: number