* Make color distinct from cardinal

(cherry picked from commit cbbcc4356a)
This commit is contained in:
Michaël Van Canneyt 2024-02-10 20:23:04 +01:00 committed by marcoonthegit
parent 825ba205cd
commit 4f7f620dec

View File

@ -24,9 +24,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;