Module

x/fresh/tests/deps.ts>puppeteer.DOM.RGBA

The next-gen web framework.
Extremely Popular
Go to Latest
interface puppeteer.DOM.RGBA
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { RGBA } = puppeteer.DOM;

A structure holding an RGBA color.

Properties

The red component, in the [0-255] range.

The green component, in the [0-255] range.

The blue component, in the [0-255] range.

optional
a: number

The alpha component, in the [0-1] range (default: 1).