#include <MolDraw2DHelpers.h>
|
double | r = 0.0 |
|
double | g = 0.0 |
|
double | b = 0.0 |
|
double | a = 1.0 |
|
Definition at line 39 of file MolDraw2DHelpers.h.
◆ DrawColour() [1/2]
RDKit::DrawColour::DrawColour |
( |
| ) |
|
|
default |
◆ DrawColour() [2/2]
RDKit::DrawColour::DrawColour |
( |
double | r, |
|
|
double | g, |
|
|
double | b, |
|
|
double | a = 1.0 ) |
|
inline |
◆ feq()
bool RDKit::DrawColour::feq |
( |
const DrawColour & | other, |
|
|
double | tol = 0.001, |
|
|
bool | ignoreAlpha = true ) const |
|
inline |
◆ operator!=()
bool RDKit::DrawColour::operator!= |
( |
const DrawColour & | other | ) |
const |
|
inline |
◆ operator*()
DrawColour RDKit::DrawColour::operator* |
( |
double | v | ) |
const |
|
inline |
◆ operator+()
◆ operator-()
◆ operator/()
DrawColour RDKit::DrawColour::operator/ |
( |
double | v | ) |
const |
|
inline |
◆ operator==()
bool RDKit::DrawColour::operator== |
( |
const DrawColour & | other | ) |
const |
|
inline |
double RDKit::DrawColour::a = 1.0 |
double RDKit::DrawColour::b = 0.0 |
double RDKit::DrawColour::g = 0.0 |
double RDKit::DrawColour::r = 0.0 |
The documentation for this struct was generated from the following file: