Text -> Color

Converts text to a color.

Inputs

Text (Type: string)

The text that is converted to a color.

Outputs

Brush (Type: Rgba)

The output color.

Comments

There are various ways how you can specify the color.

By Name

Use the color name, such as Red or Orange. The name is case insensite, that is you can use red as well. These colors are available:

By Color Components

Use a hash sign, followed by three (#rgb), four (#argb), six (#rrggbb) or eight (#aarrggbb) hexadecimal numbers. Examples are: #00F, #F00F, #0000FF, #FF0000FF.