#include <iostream>
Go to the source code of this file.
Classes | |
struct | FemViewer::RGBColor |
struct | FemViewer::RGBAColor |
struct | FemViewer::ColorHSV |
class | FemViewer::HSV |
class | FemViewer::ColorRGB |
class | FemViewer::ColorRGBA |
Namespaces | |
namespace | FemViewer |
Functions | |
template<typename Type > | |
Type | Clump2Type (Type el, Type Min, Type Max) |
std::ostream & | FemViewer::operator<< (std::ostream &os, const HSV hsv) |
std::ostream & | FemViewer::operator<< (std::ostream &os, const ColorRGB &rhs) |
ColorRGB | FemViewer::ConvertHSVToRGB (const ColorHSV &hsv) |
ColorHSV | FemViewer::ConvertRGBToHSV (const ColorRGB &rgb) |
Type Clump2Type | ( | Type | el, | |
Type | Min, | |||
Type | Max | |||
) | [inline] |