Skip to main content
Module

x/canvas/mod.ts>InputColorMatrix

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Latest
type alias InputColorMatrix
import { type InputColorMatrix } from "https://deno.land/x/canvas@v1.4.1/mod.ts";

CanvasKit APIs accept normal arrays, typed arrays, or Malloc'd memory as color matrices. Length 20.

definition: MallocObj | ColorMatrix | number[]