libcdr::CDRLab2Color Struct Reference

#include <CDRTypes.h>

Public Member Functions

 CDRLab2Color (unsigned colorValue)
 
 CDRLab2Color (double l, double A, double B)
 
 CDRLab2Color (const CDRLab2Color &color)
 
 ~CDRLab2Color ()
 
void applyTint (double tint)
 
unsigned getColorValue () const
 

Public Attributes

double L
 
double a
 
double b
 

Constructor & Destructor Documentation

libcdr::CDRLab2Color::CDRLab2Color ( unsigned  colorValue)
libcdr::CDRLab2Color::CDRLab2Color ( double  l,
double  A,
double  B 
)
inline
libcdr::CDRLab2Color::CDRLab2Color ( const CDRLab2Color color)
inline
libcdr::CDRLab2Color::~CDRLab2Color ( )
inline

Member Function Documentation

void libcdr::CDRLab2Color::applyTint ( double  tint)
unsigned libcdr::CDRLab2Color::getColorValue ( ) const

Member Data Documentation

double libcdr::CDRLab2Color::a
double libcdr::CDRLab2Color::b
double libcdr::CDRLab2Color::L

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

Generated for libcdr by doxygen 1.8.3