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.fromHsv

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

Parameters

h: number
s: number
v: number