Unit BGRAReadBmpMioMap
Description
Reader implementation for iGo BMP format
Uses
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
Description
Functions and Procedures
function AlphaToMioMap(AValue: Byte): Byte; |
This item has no description. |
function BGRAToMioMap(const AColor: TBGRAPixel): Word; |
This item has no description. |
function MioMapToAlpha(AValue: Byte): Byte; |
This item has no description. |
function MioMapToBGRA(AColor: Word): TBGRAPixel; |
This item has no description. |
Types
TPixelArray = array of TBGRAPixel; |
This item has no description. |
Constants
MioMapMagicValue = 'RL'; |
This item has no description. |
MioMapTransparentColor = $F81F; |
This item has no description. |