Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/chalkpot_color/color_effects/mod.ts>protanopiaColor

Color is a tool for creating RGB color by range and by HSL without leaving RGB space.
Latest
function protanopiaColor
import { protanopiaColor } from "https://deno.land/x/chalkpot_color@3.1.0/color_effects/mod.ts";

Example

const red = new Color(false, 255, 0, 0);
console.log(protanopiaColor(red).components); // [144.58..., 142.29, 0]

Parameters

color: Color

Returns

Color