color< T > Struct Template Reference

#include <color.h>

Collaboration diagram for color< T >:

Collaboration graph
[legend]

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

b
g
r
 colors as they appear in the file

Constructor & Destructor Documentation

template<typename T>
color< T >::color ( r = 0,
g = 0,
b = 0 
) [inline]

constructor


Member Data Documentation

template<typename T>
T color< T >::b

template<typename T>
T color< T >::g

template<typename T>
T color< T >::r

colors as they appear in the file


The documentation for this struct was generated from the following file:

Generated on Tue Aug 4 17:57:42 2009 for libvd by  doxygen 1.5.5