(C) 1998 AROS - The Amiga Research OS


NAME
#include <graphics/gfx.h>

VOID InitBitMap (bm , depth , width , height)

LOCATION
In GfxBase at offset 65

SYNOPSIS
struct BitMap * bm
BYTE depth
UWORD width
UWORD height

FUNCTION
Initialize BitMap structure. A bitmap MUST be initialized before it's used in any (other) graphics library function.

INPUTS
bm
- pointer to BitMap structure
depth
- number of bitplanes
width
- width in pixels of this bitmap
height
- height in pixels of this bitmap

RESULT

EXAMPLE

SEE ALSO
<graphics/gfx.h>

NOTES
The Planes[] is not affected and must be set up the caller.

BUGS

INTERNALS

HISTORY
06.04.1999 SDuvan
Implemented