RGBColor
Copyright (C) 2005 IENT-RWTH Aachen
template<class T1=unsigned char, class T2=T1, class T3=T2>
class RGBColor : public ColorSpace<T1,T2,T3>
RGB color space
Generic Parameters
T1 | First component type |
T2 | Second component type |
T3 | Third component type |
Groups
Constructors | |
![]() |
Builds an instance of the object |
Assignment | |
![]() |
Assignment Operator |
Coercion Operators | |
![]() |
Converts to another type. |