Examples Delphi

The GraphicsUnit has two useful functions:
StringToColor and ColorToString.
StringToColor will receive one of the valid 37 colors (such as clWhite) or a
number (as a string) representing the color and return a TColor for it.
ColorToString will do the reverse.
Nice if you want to store colors as a name instead of a number.