HoverRace  2.0
Namespaces | Functions
ColorPalette.cpp File Reference
#include <boost/format.hpp>
#include <math.h>
#include "ColorPalette.h"
+ Include dependency graph for ColorPalette.cpp:

Namespaces

 HoverRace
 
 HoverRace::VideoServices
 
 HoverRace::VideoServices::ColorPalette
 

Functions

const paletteEntry_t & HoverRace::VideoServices::ColorPalette::ConvertColor (MR_UInt8 pRed, MR_UInt8 pGreen, MR_UInt8 pBlue, double pGamma, double pIntensity, double pIntensityBase) noexcept
 Generate a palette entry from RGB components. More...
 
paletteEntry_t * HoverRace::VideoServices::ColorPalette::GetColors (double pGamma, double pIntensity, double pIntensityBase)
 Generate the "basic" range of the color palette. More...
 
std::ostream & HoverRace::VideoServices::ColorPalette::operator<< (std::ostream &os, const paletteEntry_t &ent)