Changeset 74 for trunk/Packages/Common/PixelPointer.pas
- Timestamp:
- Mar 26, 2024, 10:57:56 PM (8 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/PixelPointer.pas
r73 r74 1 unit UPixelPointer;1 unit PixelPointer; 2 2 3 3 interface … … 15 15 private 16 16 procedure SetRGB(AValue: Cardinal); 17 function GetRGB: Cardinal; 17 function GetRGB: Cardinal; 18 18 public 19 19 property RGB: Cardinal read GetRGB write SetRGB; … … 310 310 end; 311 311 312 313 312 end. 314
Note:
See TracChangeset
for help on using the changeset viewer.