Struct
WadQpicFile
since: 0
Description [src]
struct WadQpicFile {
guint32 width;
guint32 height;
GArray* data;
GArray* palette;
}
A simple image.
Structure members
widthWidth of the image, in pixels.
heightHeight of the image, in pixels.
dataPixel data in indexed format. Must have
width * heightelements.paletteImage color palette.
Available since: 0