YUVColor::YUVColor
Copyright (C) 2005 IENT-RWTH Aachen
inline YUVColor::YUVColor()
inline YUVColor::YUVColor(T1 Y, T2 U, T3 V)
template<class U1,class U2,class U3> inline YUVColor::YUVColor(const ColorSpace<U1,U2,U3> &r)
template<class U1,class U2,class U3> inline YUVColor::YUVColor(const YUVColor <U1,U2,U3> &r)
template<class U1,class U2,class U3> inline YUVColor::YUVColor(const RGBColor <U1,U2,U3> &r)
Builds an instance of the object
Remarks
This builds an instance of the object out of its parameters.