Pyrogenesis  trunk
Classes | Typedefs | Functions | Variables
Color.h File Reference
#include "graphics/SColor.h"
#include "maths/Vector3D.h"
#include "maths/Vector4D.h"
#include "ps/containers/Span.h"
#include "ps/CStrForward.h"
Include dependency graph for Color.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CColor
 

Typedefs

typedef CVector3D RGBColor
 
typedef CVector4D RGBAColor
 

Functions

void ColorActivateFastImpl ()
 Detects CPU caps and activates the best possible codepath. More...
 

Variables

SColor4ub(* ConvertRGBColorTo4ub )(const RGBColor &src)
 

Typedef Documentation

◆ RGBAColor

◆ RGBColor

Function Documentation

◆ ColorActivateFastImpl()

void ColorActivateFastImpl ( )

Detects CPU caps and activates the best possible codepath.

Variable Documentation

◆ ConvertRGBColorTo4ub

SColor4ub(* ConvertRGBColorTo4ub) (const RGBColor &src)