YUVColor
Copyright (C) 2005 IENT-RWTH Aachen
template<class T1=unsigned char, class T2=T1, class T3=T2>
class YUVColor : public ColorSpace<T1,T2,T3>
YUV color space
Generic Parameters
| T1 | First component type |
| T2 | Second component type |
| T3 | Third component type |
Groups
| Constructors | |
YUVColor |
Builds an instance of the object |
| Assignment | |
operator= |
Assignment Operator |

