Open Babel
3.0
|
#include <openbabel/depict/painter.h>
Public Member Functions | |
OBColor () | |
OBColor (double _red, double _green, double _blue, double _alpha=1.0) | |
OBColor (const std::string &color) | |
OBColor (std::vector< double > vec) | |
bool | operator!= (const OBColor &other) |
bool | operator< (const OBColor &other) const |
Public Attributes | |
double | red |
double | green |
double | blue |
double | alpha |
Color class used by OBDepict.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
double red |
double green |
double blue |
double alpha |
Referenced by CommandPainter::SetFillColor(), CommandPainter::SetFillRadial(), and CommandPainter::SetPenColor().