Skip to main content
Module

x/monke/mod.ts>Color.fromXyz

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

Convert from CIE XYZ color space

Parameters

x: number
y: number
z: number

Returns

Color