Changeset 36 for trunk/Packages/FastGraphics/UGGraphics.pas
- Timestamp:
- May 4, 2018, 1:36:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/FastGraphics/UGGraphics.pas
r35 r36 344 344 for X := 0 to FSize.X - 1 do begin 345 345 if (X >= 0) and (X < FSize.X) and (Y >= 0) and (Y < FSize.Y) then 346 P Integer(DstPtr.Pixel)^ := ColorConvertFunc(PInteger(SrcPtr.Pixel)^);346 PGColor(DstPtr.Pixel)^ := ColorConvertFunc(PInteger(SrcPtr.Pixel)^); 347 347 SrcPtr.NextPixel; 348 348 DstPtr.NextPixel;
Note:
See TracChangeset
for help on using the changeset viewer.