CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

image.h File Reference

Image interface. More...

#include "csutil/scf.h"

Go to the source code of this file.

Compounds

struct  iImage
 The iImage interface is used to work with image files (what did you expect?). More...


Defines

#define CS_IMGFMT_MASK   0x0000ffff
 The mask to separate the image format apart. More...

#define CS_IMGFMT_NONE   0x00000000
 We don't want the pixels at all, just (possibly) the alphamap. More...

#define CS_IMGFMT_TRUECOLOR   0x00000001
 Truecolor format (r/g/b/unused per each pixel). More...

#define CS_IMGFMT_PALETTED8   0x00000002
 8-bit indexed paletted image. More...

#define CS_IMGFMT_ANY   CS_IMGFMT_MASK
 Autodetect: use whatever format the file is in. Use ONLY for loading. More...

#define CS_IMGFMT_ALPHA   0x00010000
 Do we need alpha channel or not. More...

#define CS_IMGFMT_INVALID   0x80000000
 This flag indicates an invalid image format. More...


Detailed Description

Image interface.

Definition in file image.h.


Generated for Crystal Space by doxygen 1.2.14