|
DGtal
0.6.devel
|
#include <DrawWithDisplay3DModifier.h>


Public Member Functions | |
| CustomColors3D (const Color &penColor, const Color &fillColor) | |
Public Member Functions inherited from DGtal::DrawWithDisplay3DModifier | |
| std::string | className () const |
Data Fields | |
| Color | myPenColor |
| Color | myFillColor |
Custom style class redefining the fill color and the gl_LINE/gl_POINT color. You can use DGtal::Color with alpha transparency value but you nedd to take into account the z-buffer during the Open-GL based rendering.
Definition at line 153 of file DrawWithDisplay3DModifier.h.
Constructor.
| penColor | specifies the pen color. |
| fillColor | specifies the fill color. |
Definition at line 164 of file DrawWithDisplay3DModifier.h.
| Color DGtal::CustomColors3D::myFillColor |
Definition at line 156 of file DrawWithDisplay3DModifier.h.
Referenced by DGtal::Display3DFactory::draw().
| Color DGtal::CustomColors3D::myPenColor |
Definition at line 155 of file DrawWithDisplay3DModifier.h.
Referenced by DGtal::Display3DFactory::draw().
1.8.1.1