C++
C#
VB
JScript
All

Class RGBColor


Copyright (C) 2005 IENT-RWTH Aachen

template<class T1=unsigned char, class T2=T1, class T3=T2>
class RGBColor : public ColorSpace<T1,T2,T3>

RGB color space

Generic Parameters

T1

First component type

T2

Second component type

T3

Third component type

Groups

Constructors
Method RGBColor

Builds an instance of the object

Assignment
Method operator=

Assignment Operator

Coercion Operators
Method cast operator

Converts to another type.