Unit BGRAReadBmpMioMap

Description

Reader implementation for iGo BMP format

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TBGRAReaderBmpMioMap Reader for iGO bitmap format (MioMap)
Packed Record TMioHeader Header format for iGo bitmap

Functions and Procedures

function AlphaToMioMap(AValue: Byte): Byte;
function BGRAToMioMap(const AColor: TBGRAPixel): Word;
function MioMapToAlpha(AValue: Byte): Byte;
function MioMapToBGRA(AColor: Word): TBGRAPixel;

Types

TPixelArray = array of TBGRAPixel;

Constants

MioMapMagicValue = 'RL';
MioMapTransparentColor = $F81F;

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.