OptionalColor
import type { OptionalColor } from "https://googleapis.deno.dev/v1/docs:v1.ts";
A color that can either be fully opaque or fully transparent.
interface OptionalColor {
color?: Color;
}import type { OptionalColor } from "https://googleapis.deno.dev/v1/docs:v1.ts";
A color that can either be fully opaque or fully transparent.