lcl: undo alpha reverse with comment

This commit is contained in:
mattias 2022-03-18 14:29:24 +01:00
parent a435993a01
commit e727e9f13b

View File

@ -5358,7 +5358,8 @@ begin
if Info.MaskSize.A = 0
then Result.Alpha := AlphaOpaque
else begin
RBytes.Ah := 255-AColor.A;
RBytes.Ah := AColor.A;
// fpreadbmp says reverse: RBytes.Ah := 255-AColor.A;
RBytes.Al := RBytes.Ah;
end;
end;