Skip to main content
Module

x/monke/mod.ts>Color.fromHsv

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

Parameters

h: number
s: number
v: number

Returns

Color