import { type InputColorMatrix } from "https://deno.land/x/canvas@v1.3.0/src/canvaskit.ts";
CanvasKit APIs accept normal arrays, typed arrays, or Malloc'd memory as color matrices. Length 20.
definition: MallocObj | ColorMatrix | number[]
x/canvas/src/canvaskit.ts>InputColorMatrix
import { type InputColorMatrix } from "https://deno.land/x/canvas@v1.3.0/src/canvaskit.ts";
CanvasKit APIs accept normal arrays, typed arrays, or Malloc'd memory as color matrices. Length 20.