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

x/canvaseno/mod.ts>InputColor

Canvas API for deno
Latest
type alias InputColor
import { type InputColor } from "https://deno.land/x/canvaseno@v1.0.2/mod.ts";

CanvasKit APIs accept normal arrays, typed arrays, or Malloc'd memory as colors. Length 4.

definition: MallocObj | SkColor | number[]