Type alias NamedColor

NamedColor: "aqua" | "black" | "blue" | "fuchsia" | "gray" | "green" | "lime" | "maroon" | "navy" | "olive" | "purple" | "red" | "silver" | "teal" | "white" | "yellow" | string

Named color. Represent a color using a predefined or standard color name.

Generated using TypeDoc