HOG2
Namespaces | Functions
Colors.cpp File Reference
#include "Colors.h"
Include dependency graph for Colors.cpp:

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...
 

Function Documentation

◆ operator!=()

bool operator!= ( const rgbColor r1,
const rgbColor r2 
)

Definition at line 11 of file Colors.cpp.

◆ operator==()

bool operator== ( const rgbColor r1,
const rgbColor r2 
)

Definition at line 16 of file Colors.cpp.

References rgbColor::b, rgbColor::g, and rgbColor::r.