import { deuteranomalyColor } from "https://deno.land/x/chalkpot_color@3.1.0/mod.ts";
Example
const red = new Color(false, 255, 0, 0);
console.log(deuteranomalyColor(red).components); // [204, 65.79, 0]
Parameters
color: Color
x/chalkpot_color/mod.ts>deuteranomalyColor
import { deuteranomalyColor } from "https://deno.land/x/chalkpot_color@3.1.0/mod.ts";
const red = new Color(false, 255, 0, 0);
console.log(deuteranomalyColor(red).components); // [204, 65.79, 0]