Changeset 562 for Common/UPixelPointer.pas
- Timestamp:
- May 27, 2023, 11:00:20 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/UPixelPointer.pas
r558 r562 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.