[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
IdentToColor - given a colour identifier (name) returns the colour value
Source position: graphics.pp line 1877
function IdentToColor( |
const Ident: String; |
var Color: LongInt |
):Boolean; |
Ident |
|
Ident - the suppied name for the required Color |
Color |
|
The Color returned from the look-up table, with the name supplied in Ident |
Returns True if Ident is part of a valid entry in the look-up table of Colors
lazarus-ccr.sourceforge.net |