#include "Color.h"
#include <cstdio>
#include <cmath>
Namespaces | |
namespace | FemViewer |
Functions | |
template<typename Ty > | |
Ty | min_of (const Ty &a, const Ty &b, const Ty &c) |
template<typename Ty > | |
Ty | max_of (const Ty &a, const Ty &b, const Ty &c) |
ColorRGB | FemViewer::ConvertHSVToRGB (const ColorHSV &hsv) |
ColorHSV | FemViewer::ConvertRGBToHSV (const ColorRGB &rgb) |
Ty max_of | ( | const Ty & | a, | |
const Ty & | b, | |||
const Ty & | c | |||
) | [inline] |
Ty min_of | ( | const Ty & | a, | |
const Ty & | b, | |||
const Ty & | c | |||
) | [inline] |