Skip to main content
Module

x/canvas/mod.ts>ColorProperty

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

Named color property.

Properties

key: string

Property identifier, usually the node name.

value: ColorInt

Property value (RGBA, 255-based).