We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adde3ff commit 4b590c8Copy full SHA for 4b590c8
1 file changed
Source/simba.image.pas
@@ -1506,10 +1506,10 @@ function TSimbaImage.Blend(Points: TPointArray; Radius: Integer; IgnorePoints: T
1506
B := SumB div Count;
1507
A := ALPHA_OPAQUE;
1508
end;
1509
+
1510
+ Skip[P.Y * FWidth + P.X] := False;
1511
end else
1512
Result.Data[P.Y * FWidth + P.X] := FData[P.Y * FWidth + P.X];
-
- Skip[P.Y * FWidth + P.X] := False;
1513
1514
1515
0 commit comments