mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 22:47:59 +02:00
* tcolors alias.
* a few missing colors copied from lazarus' graphics unit git-svn-id: trunk@49563 -
This commit is contained in:
parent
51996d6280
commit
d4b4950ae4
@ -179,6 +179,13 @@ Type
|
||||
WhiteSmoke = TColor($F5F5F5);
|
||||
Yellow = TColor($FFFF00);
|
||||
YellowGreen = TColor($9ACD32);
|
||||
// extended colosr (from lazarus Graphics)
|
||||
MoneyGreen = TColor($C0DCC0);
|
||||
Cream = TColor($F0FBFF);
|
||||
MedGray = TColor($A4A0A0);
|
||||
// aliases
|
||||
LtGray = TColor($C0C0C0); // clSilver alias
|
||||
DkGray = TColor($808080); // clGray alias
|
||||
var
|
||||
case Integer of
|
||||
0: {$IFDEF ENDIAN_BIG}
|
||||
@ -189,6 +196,8 @@ Type
|
||||
1: (Color : TColor);
|
||||
end;
|
||||
|
||||
TColors = TColorRec;
|
||||
|
||||
// copied from Lazutils version
|
||||
///////////////////////////////
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user