Navigation

Operators and Keywords

Function List:

C++ API

color_values Class Reference

#include <graphics.h>

Collaboration diagram for color_values:

List of all members.


Public Member Functions

 color_values (double r=0, double g=0, double b=1)
 color_values (std::string str)
 color_values (const color_values &c)
color_valuesoperator= (const color_values &c)
bool operator== (const color_values &c) const
bool operator!= (const color_values &c) const
Matrix rgb (void) const
 operator octave_value (void) const
void validate (void) const

Constructor & Destructor Documentation

color_values::color_values ( double  r = 0,
double  g = 0,
double  b = 1 
) [inline]

color_values::color_values ( std::string  str  )  [inline]

color_values::color_values ( const color_values c  )  [inline]


Member Function Documentation

color_values::operator octave_value ( void   )  const [inline]

bool color_values::operator!= ( const color_values c  )  const [inline]

color_values& color_values::operator= ( const color_values c  )  [inline]

bool color_values::operator== ( const color_values c  )  const [inline]

Matrix color_values::rgb ( void   )  const [inline]

void color_values::validate ( void   )  const [inline]


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