Struct

WadQpicFile

since: 0

Description [src]

struct WadQpicFile {
  guint32 width;
  guint32 height;
  GArray* data;
  GArray* palette;
}

A simple image.

Structure members
width

Width of the image, in pixels.

height

Height of the image, in pixels.

data

Pixel data in indexed format. Must have width * height elements.

palette

Image color palette.

Available since: 0

Instance methods

wad_qpic_file_copy
No description available.

since: 0

wad_qpic_file_free
No description available.

since: 0