import { achromatopsiaColor } 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(achromatopsiaColor(red).components); // [76.24..., 76.24..., 76.24...]
x/chalkpot_color/color_effects/mod.ts>achromatopsiaColor
import { achromatopsiaColor } from "https://deno.land/x/chalkpot_color@3.1.0/color_effects/mod.ts";
const red = new Color(false, 255, 0, 0);
console.log(achromatopsiaColor(red).components); // [76.24..., 76.24..., 76.24...]