Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CSSColorValue

interface CSSColorValue {
alpha: string | number | undefined;
components: (string | number)[];
type: string;
}

§Properties

§
alpha: string | number | undefined
[src]
§
components: (string | number)[]
[src]
§
type: string
[src]