ColorSpace::ColorSpace
Copyright (C) 2005 IENT-RWTH Aachen
inline ColorSpace::ColorSpace()
inline ColorSpace::ColorSpace(first_type a, second_type b, third_type c)
template<class U1,class U2,class U3> inline ColorSpace::ColorSpace(U1 a, U2 b, U3 c)
inline ColorSpace::ColorSpace(const ColorSpace &r)
template<class U1,class U2,class U3> inline ColorSpace::ColorSpace(const ColorSpace<U1,U2,U3> &r)
Builds an instance of the object
Remarks
This builds an instance of the object out of its parameters.