Changes between Version 18 and Version 19 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/CBitmap
- Timestamp:
- 04/14/25 07:31:12 (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/CBitmap
v18 v19 102 102 }}} 103 103 104 === DeleteBitmap ===104 === !DeleteBitmap === 105 105 Deletes memory in RAM allocated to the bitmap. This does not delete the file. 106 106 {{{#!c++ … … 232 232 233 233 234 === GetColorsAdded ===234 === !GetColorsAdded === 235 235 Get the numbers of colors added to the 825 global palette when the bitmap was loaded 236 236 {{{#!c++