AlphaColorSpace
Copyright (C) 2005 IENT-RWTH Aachen
template<class T1=unsigned char, class T2=T1, class T3=T2,class T4=unsigned char>
class AlphaColorSpace : public ColorSpace<T1,T2,T3>
Base class for color spaces with 3 components and an alpha value
Subclasses
RGBAColor, and YUVAColor
Generic Parameters
| T1 | First component type |
| T2 | Second component type |
| T3 | Third component type |
| T4 | Alpha type |
Groups
| Data Members | |
alpha |
|
x |
|
y |
|
z |
|
| Constructors | |
AlphaColorSpace |
Builds an instance of the object |

