bitmap.h File Reference


Detailed Description

Class managing bitmaps

Id
bitmap.h,v 1.22 2004/02/20 14:35:33 vizerie Exp

Definition in file bitmap.h.

#include "nel/misc/types_nl.h"
#include "nel/misc/rgba.h"
#include "nel/misc/debug.h"
#include <vector>
#include "nel/misc/object_vector.h"

Go to the source code of this file.

Namespaces

namespace  NLMISC

Defines

#define DDSD_LINEARSIZE   0x00080000l
#define NL_MAKEFOURCC(ch0, ch1, ch2, ch3)


Define Documentation

#define DDSD_LINEARSIZE   0x00080000l
 

Definition at line 64 of file bitmap.h.

Referenced by NLMISC::CBitmap::loadSize(), and NLMISC::CBitmap::readDDS().

#define NL_MAKEFOURCC ch0,
ch1,
ch2,
ch3   ) 
 

Value:

((uint32)(uint8)(ch0) | ((uint32)(uint8)(ch1) << 8) |   \
                ((uint32)(uint8)(ch2) << 16) | ((uint32)(uint8)(ch3) << 24 ))

Definition at line 54 of file bitmap.h.


Generated on Tue Mar 16 06:42:17 2004 for NeL by doxygen 1.3.6