Changeset 149 for trunk/Packages/Common/PixelPointer.pas
- Timestamp:
- Feb 4, 2024, 2:14:37 PM (9 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/PixelPointer.pas
r148 r149 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.