struct MIMAGE_DESCR

Image description structure

IMAGE_CMAP* colormap
Image colormap (NULL for 24 planes images)
IMAGE_DATA data
Image raw pixel data
char* fname
Image file name (if loaded from file)
unsigned int img_h
Image height in pixel units
unsigned int img_w
Image width in pixel units
unsigned int installed
Boolean flag describing whether image colors have been allocated or not
unsigned int ncolors
Number of colors in the image (0 if TrueColor
unsigned int nplanes
Number of planes in the image (1,4,8,24)
unsigned long pixmap_id
Low level pixmap id (system dependent)
unsigned int row_w
Bytes per row

Documentation

Image description structure
unsigned int installed
Boolean flag describing whether image colors have been allocated or not

unsigned int ncolors
Number of colors in the image (0 if TrueColor

unsigned int nplanes
Number of planes in the image (1,4,8,24)

unsigned int img_w
Image width in pixel units

unsigned int img_h
Image height in pixel units

unsigned int row_w
Bytes per row

unsigned long pixmap_id
Low level pixmap id (system dependent)

IMAGE_CMAP* colormap
Image colormap (NULL for 24 planes images)

IMAGE_DATA data
Image raw pixel data

char* fname
Image file name (if loaded from file)

alphabetic index hierarchy of classes


MGUI Copyright 1996-1998 Vincenzo Morello

generated by doc++