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

ParsedColorValue

interface ParsedColorValue {
alpha: string | number | undefined;
color?: string;
cssColor: CSSColorValue | undefined;
name: string;
no: string;
opacity: string;
}

§Properties

§
alpha: string | number | undefined
[src]

Parsed alpha value from opacity

§
color?: string
[src]

Parsed color value.

§
cssColor: CSSColorValue | undefined
[src]
§
name: string
[src]

Color name.

§
no: string
[src]

Color scale, preferably 000 - 999.

§
opacity: string
[src]

Parsed opacity value.