cajun::chart_color_t Class Reference

Used for predefined sets of colors. More...

#include <cbviz_util.H>

List of all members.

Public Member Functions

 chart_color_t ()
 chart_color_t (double red, double green, double blue)
double red ()
double blue ()
double green ()
void set (double red, double green, double blue)
void select ()

Private Attributes

double m_r
double m_g
double m_b

Detailed Description

Used for predefined sets of colors.


Constructor & Destructor Documentation

cajun::chart_color_t::chart_color_t (  )  [inline]
cajun::chart_color_t::chart_color_t ( double  red,
double  green,
double  blue 
) [inline]

Member Function Documentation

double cajun::chart_color_t::blue (  )  [inline]
double cajun::chart_color_t::green (  )  [inline]
double cajun::chart_color_t::red (  )  [inline]
void cajun::chart_color_t::select (  )  [inline]

References m_b, m_g, and m_r.

Referenced by cajun::draw_filled_rectangle(), and cajun::draw_rectangle().

void cajun::chart_color_t::set ( double  red,
double  green,
double  blue 
) [inline]

References blue(), green(), m_b, m_g, m_r, and red().

Referenced by cajun::draw_rndf_t::draw_rndf_t().


Member Data Documentation

double cajun::chart_color_t::m_b [private]

Referenced by blue(), select(), and set().

double cajun::chart_color_t::m_g [private]

Referenced by green(), select(), and set().

double cajun::chart_color_t::m_r [private]

Referenced by red(), select(), and set().


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

Generated on Fri Apr 9 10:45:17 2010 for Visualizer by  doxygen 1.6.1