named-color ( name -- color )
Colors ยป Standard color database

Next:named-colors ( -- keys )


Vocabulary
colors

Inputs
namea string


Outputs
colora color


Word description
Outputs a named color from the color database.

Notes
In most cases, COLOR: should be used instead.

Errors
Throws an error if the color is not listed in rgb.txt, factor-colors.txt or solarized-colors.txt.

Definition