Skip to main content
Module

x/frugal/dep/lightningcss.ts>RGBColor

A frugal web framework
Latest
type alias RGBColor
import { type RGBColor } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";
definition: { alpha: number; b: number; g: number; r: number; type: "rgb"; }