Skip to main content
Module

x/astral/bindings/celestial.ts>DOM_RGBA

A high-level puppeteer/playwright-like library for Deno
Latest
type alias DOM_RGBA
import { type DOM_RGBA } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

A structure holding an RGBA color.

definition: { r: number; g: number; b: number; a?: number; }