[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
StringToColor - given a colour name like 'Blue', returns the corresponding colour value
Source position: graphics.pp line 1882
function StringToColor( |
const S: shortstring |
):TColor; |
S |
|
S - the name of the required colour, expressed as a string |
Returns the colour corresponding to the name in String S
lazarus-ccr.sourceforge.net |