[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
IdentToColor - given a color identifier (name) returns the color value.
Source position: graphics.pp line 1918
function IdentToColor( |
const Ident: string; |
out Color: LongInt |
):Boolean; |
Ident |
|
Ident - the supplied 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.
Version 4.0 | Generated 2025-05-03 | Home |