Bi-color data, in RGBf format. More...
#include <libSMESH_Swig.h>
Public Member Functions | |
| BicolorData () | |
| Constructor. More... | |
Data Fields | |
| double | r |
| Red color's component (0.0:1.0). More... | |
| double | g |
| Green color's component (0.0:1.0). More... | |
| double | b |
| Blue color's component (0.0:1.0). More... | |
| int | delta |
| Shift for backface color (-100:100). More... | |
Bi-color data, in RGBf format.
| BicolorData::BicolorData | ( | ) |
Constructor.
| BicolorData::b |
Blue color's component (0.0:1.0).
| BicolorData::delta |
Shift for backface color (-100:100).
| BicolorData::g |
Green color's component (0.0:1.0).
| BicolorData::r |
Red color's component (0.0:1.0).