Blamite Game Engine - Blam (Core)
colors.h File Reference
#include <d2d1.h>
#include <string>
#include <vector>
#include "components/core/utils/string/string.h"

Go to the source code of this file.

Classes

class  BlamColor
 Structure representing a color. More...
 

Namespaces

 Blam
 Namespace surrounding all major engine components.
 
 Blam::Colors
 Namespace for things relating to global engine color data.
 

Macros

#define BLAM
 

Functions

BLAM BlamColor Blam::Colors::TranslateTextColorCode (char character)
 Converts a character to its equivalent color code for use in multi-colored text. More...
 
BLAM D2D1_COLOR_F Blam::Colors::D2DColorFromBlamColor (BlamColor color)
 Converts a BlamColor object into its equivalent D2D1_COLOR_F object. More...
 

Macro Definition Documentation

◆ BLAM

#define BLAM