# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

bitmap.h File Reference

Class managing bitmaps. More...

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

Go to the source code of this file.

Namespaces

namespace  NLMISC

Defines

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


Detailed Description

Class managing bitmaps.

Id:
bitmap.h,v 1.17 2002/11/29 09:12:41 lecroart Exp

Definition in file bitmap.h.


Define Documentation

#define DDSD_LINEARSIZE   0x00080000l
 

Definition at line 63 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 53 of file bitmap.h.