| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
PhAB bitmap structure
#include <Ap.h>
typedef struct {
    short         nplanes;
    short         nbytes;
    PgColor_t     *colors;
    char          **data;
    } ApBitmap_t;
This data structure describes a PhAB bitmap. The members include at least:
color[0] = Color of plane 0 color[1] = Color of plane 1 ...
Photon
ApFreeBitmapRes(), ApGetBitmapRes()
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |