COLOR:
Colors ยป Standard color database

Prev:parse-color ( str -- color )


Vocabulary
colors

Syntax
COLOR: string


Word description
Parses as a color object using parse-color.

Errors
Throws an error if the color is not able to be parsed.

Examples
USING: colors io.styles ; "Hello!" { { foreground COLOR: cyan } } format nl


Definition