Changes between Version 19 and Version 20 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/CBitmap
- Timestamp:
- 04/14/25 07:33:06 (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/CBitmap
v19 v20 156 156 157 157 158 === GetWidth ===158 === !GetWidth === 159 159 Get the width of the bitmap in pixels 160 160 {{{#!c++ … … 182 182 183 183 184 === GetHeight ===184 === !GetHeight === 185 185 Get the height of the bitmap in pixels 186 186 {{{#!c++ … … 207 207 208 208 209 === GetColorCnt ===209 === !GetColorCnt === 210 210 Get the number of colors the bitmap uses 211 211 {{{#!c++ … … 257 257 258 258 259 === GetError ===259 === !GetError === 260 260 Get the error code 261 261 {{{#!c++ … … 297 297 298 298 299 === ReclaimColors ===299 === !ReclaimColors === 300 300 Reclaim custom colors added by loading bitmaps 301 301 {{{#!c++