HOG2
|
#include "Colors.h"
Go to the source code of this file.
Namespaces | |
Colors | |
Functions | |
bool | operator!= (const rgbColor &r1, const rgbColor &r2) |
bool | operator== (const rgbColor &r1, const rgbColor &r2) |
rgbColor | Colors::GetColor (float v, float vmin, float vmax, int type) |
Given min/max values, get a color from a color schema. More... | |
Definition at line 11 of file Colors.cpp.
Definition at line 16 of file Colors.cpp.
References rgbColor::b, rgbColor::g, and rgbColor::r.