#include <imf.h>
Collaboration diagram for a_image:
Public Attributes | |
short | w |
short | h |
short | istile |
short | isterrain |
short | isconnection |
short | isborder |
short | istransition |
short | numsubimages |
short | subx |
short | suby |
char * | embedname |
short | embedx |
short | embedy |
short | embedw |
short | embedh |
Obj * | monodata |
Obj * | colrdata |
Obj * | maskdata |
Obj * | filedata |
a_file_image * | file_image |
short | actualw |
short | actualh |
short | pixelsize |
short | orig_pixelsize |
Obj * | palette |
Obj * | notes |
short | synthetic |
char * | rawmonodata |
char * | rawcolrdata |
char * | rawmaskdata |
int * | rawpalette |
short | numcolors |
short | r |
short | g |
short | b |
short | bboxx |
short | bboxy |
short | bboxw |
short | bboxh |
short | hexgridx |
short | hexgridy |
char * | hook |
a_image ** | subimages |
a_image * | next |
|
Actual size of image - height. |
|
Actual Size of image - width. |
|
Solid color data as RGB values - blue. |
|
|
|
|
|
|
|
|
|
Color data, in GDL form |
|
Size of space for embedded subimage - height. |
|
Name of an embedded subimage (imf name) |
|
Size of space for embedded subimage - width. |
|
Position to draw an embedded subimage - x. |
|
Position to draw an embedded subimage - y. |
|
Pointer to file image |
|
How to find data in a file |
|
Solid color data as RGB values - green. |
|
Nominal size of the image - height |
|
|
|
|
|
|
|
True if image may be used for bords. |
|
True if image may be used for conns. |
|
True if image may be used for basic terrain. |
|
True if image may be used as tile |
|
True if image is a transition. |
|
Mask data, in GDL form |
|
Monochrome data, in GDL form |
|
|
|
designer notes about the image |
|
Number of colors in raw palette |
|
Number of sub images. |
|
Pixels before modification |
|
Color palette, in list form |
|
Number of bits per pixel |
|
Solid color data as RGB values - red. |
|
Color data, as array of bytes |
|
Mask data, as array of bytes |
|
Monochrome data, as array of bytes |
|
Color palette, in raw form |
|
|
|
Subimage x. |
|
Subimage y. |
|
True if image was computed |
|
Nominal size of the image - width |