Skip to main content
Module

x/targadactyl/deps.ts>InputColor

tga.js implemented in Deno
Latest
type alias InputColor
import { type InputColor } from "https://deno.land/x/targadactyl@1.2.0/deps.ts";

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

definition: MallocObj | Color | number[]