color< T > Struct Template Reference
#include <color.h>
List of all members.
Detailed Description
template<typename T>
struct color< T >
Color with 3 channel, this can be used to define an image element with for instance
Image<color<float>,2>
- See also:
- Image
|
Public Member Functions |
| | color (T r=0, T g=0, T b=0) |
| | constructor
|
Public Attributes |
| T | b |
| T | g |
| T | r |
| | colors as they appear in the file
|
Constructor & Destructor Documentation
template<typename T>
| color< T >::color |
( |
T |
r = 0, |
|
|
T |
g = 0, |
|
|
T |
b = 0 | |
|
) |
| | [inline] |
Member Data Documentation
colors as they appear in the file
The documentation for this struct was generated from the following file: