mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 14:19:47 +02:00
* Make color distinct from cardinal
This commit is contained in:
parent
78eb340a4f
commit
cbbcc4356a
@ -25,9 +25,9 @@ interface
|
||||
Type
|
||||
TColor = -$7FFFFFFF-1..$7FFFFFFF;
|
||||
PColor = ^TColor;
|
||||
TColorRef = Cardinal;
|
||||
TColorRef = Type Cardinal;
|
||||
PColorRef = ^TColorRef;
|
||||
TAlphaColor = Cardinal;
|
||||
TAlphaColor = Type Cardinal;
|
||||
PAlphaColor = ^TAlphaColor;
|
||||
TImageIndex = type Integer;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user