SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ColorRGB Class Reference

#include <Color.h>

Public Member Functions

 ColorRGB ()
 
 ColorRGB (const std::string &rgb)
 
 ColorRGB (int, int, int)
 
bool operator== (const ColorRGB &c) const
 
bool operator!= (const ColorRGB &c) const
 
int r () const
 
int g () const
 
int b () const
 
std::string toString () const
 

Constructor & Destructor Documentation

ColorRGB ( )
ColorRGB ( const std::string &  rgb)
explicit
ColorRGB ( int  r,
int  g,
int  b 
)

Member Function Documentation

int b ( ) const
inline
int g ( ) const
inline
bool operator!= ( const ColorRGB c) const
inline
bool operator== ( const ColorRGB c) const
inline
int r ( ) const
inline
std::string toString ( ) const

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