Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
color_table.h File Reference
#include "../tagclass.h"
#include <d2d1.h>

Go to the source code of this file.

Classes

struct  Blam::Content::Tags::color_table__block
 Structure representing an entry in a Color block. More...
 
struct  Blam::Content::Tags::color_table
 Structure representing a Color Table tag. More...
 
class  Blam::Content::Tags::Classes::ColorTableTagClass
 Tag class information for Color Table tags. More...
 

Namespaces

 Blam
 Namespace surrounding all major engine components.
 
 Blam::Content
 
 Blam::Content::Tags
 Namespace containing things related to tag data.
 
 Blam::Content::Tags::Classes
 

Functions

BLAM color_table * Blam::Content::Tags::GetColorTableTag (std::string tag_path)
 
BLAM color_table__block * Blam::Content::Tags::GetColorTableBlockEntry_Color (void *tag_address, int entry)
 Retrieves the color block from a color table tag. More...