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