Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

RGB_converter_to_Luv< Real > Class Template Reference

Class to create a Luv color. More...

#include <color.h>

List of all members.

Public Types

typedef Real component_type

Static Public Methods

void from_RGB_to_cartesian (const double r, const double g, const double b, component_type *const x, component_type *const y, component_type *const z)
void from_cartesian_to_RGB (const component_type x, const component_type y, const component_type z, double *const r, double *const g, double *const b)


Detailed Description

template<typename Real>
class RGB_converter_to_Luv< Real >

Class to create a Luv color.

The template parameter is type of the coordinates.


Member Typedef Documentation

template<typename Real>
typedef Real RGB_converter_to_Luv< Real >::component_type
 


Member Function Documentation

template<typename Real>
void RGB_converter_to_Luv< Real >::from_cartesian_to_RGB const component_type    x,
const component_type    y,
const component_type    z,
double *const    r,
double *const    g,
double *const    b
[inline, static]
 

template<typename Real>
void RGB_converter_to_Luv< Real >::from_RGB_to_cartesian const double    r,
const double    g,
const double    b,
component_type *const    x,
component_type *const    y,
component_type *const    z
[inline, static]
 


The documentation for this class was generated from the following file:
Generated on Fri Aug 20 15:03:52 2004 by doxygen1.2.18