API Documentation
|
#include <NDEVR/Vector.h>
#include <NDEVR/ObjectInfo.h>
Go to the source code of this file.
Classes | |
class | RGBColor |
Represents a color in the RGB space with optional alpha transparency. More... | |
struct | ObjectInfo< RGBColor, true, false > |
Namespaces | |
namespace | NDEVR |
Functions | |
template<class t_type > | |
constexpr RGBColor & | operator*= (RGBColor &color, const t_type &value) |
constexpr RGBColor | operator* (const RGBColor &color, const fltp04 &value) |
constexpr RGBColor | operator* (const fltp04 &value, const RGBColor &color) |