[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
ColorToString - given a color value, returns a corresponding color name like 'Green'
Source position: graphics.pp line 1904
function ColorToString( |
Color: TColor |
):AnsiString; |
Color |
|
The Color to examine in the routine. |
Returns the name of the color, expressed as a string (like 'Green').
lazarus-ccr.sourceforge.net |