Changes between Version 19 and Version 20 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/CBitmap


Ignore:
Timestamp:
04/14/25 07:33:06 (10 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/CBitmap

    v19 v20  
    156156
    157157
    158 === GetWidth ===
     158=== !GetWidth ===
    159159Get the width of the bitmap in pixels
    160160{{{#!c++
     
    182182
    183183
    184 === GetHeight ===
     184=== !GetHeight ===
    185185Get the height of the bitmap in pixels
    186186{{{#!c++
     
    207207
    208208
    209 === GetColorCnt ===
     209=== !GetColorCnt ===
    210210Get the number of colors the bitmap uses
    211211{{{#!c++
     
    257257
    258258
    259 === GetError ===
     259=== !GetError ===
    260260Get the error code
    261261{{{#!c++
     
    297297
    298298
    299 === ReclaimColors ===
     299=== !ReclaimColors ===
    300300Reclaim custom colors added by loading bitmaps
    301301{{{#!c++