* Make color distinct from cardinal

This commit is contained in:
Michaël Van Canneyt 2024-02-10 20:23:04 +01:00
parent 78eb340a4f
commit cbbcc4356a

View File

@ -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;