[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
ColorToIdent - given a Color value, find its name (Ident) in the look-up table of Colors
Source position: graphics.pp line 1876
function ColorToIdent( |
Color: LongInt; |
var Ident: String |
):Boolean; |
Color |
|
the Color value to be sought in the look-up table |
Ident |
|
Ident - the name of the supplied Color as found in the look-up table of Colors |
Returns True if there is a valid entry in the Colors look-up table
lazarus-ccr.sourceforge.net |