C++
C#
VB
JScript
All

Class Alpha­Color­Space


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
Member Variable alpha  
Member Variable x  
Member Variable y  
Member Variable z  
Constructors
Method AlphaColorSpace

Builds an instance of the object