ColorToString - given a color value, returns a corresponding color name like 'Green'
Source position: graphics.pp line 1904
function ColorToString( |
Color: TGraphicsColor |
):AnsiString; |
Color |
|
The Color to examine in the routine. |
Returns the name of the color, expressed as a string (like 'Green').