Skip to main content
Module

x/monke/mod.ts>Color.fromRgba

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

Redundant static method for conversion from sRGB color space

Parameters

r: number
g: number
b: number

Returns

Color