DGtal
1.5.beta
|
#include <DGtal/io/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 129 of file DrawWithDisplay3DModifier.h.
Constructor.
penColor | specifies the pen color. |
fillColor | specifies the fill color. |
Definition at line 140 of file DrawWithDisplay3DModifier.h.
Color DGtal::CustomColors3D::myFillColor |
Definition at line 132 of file DrawWithDisplay3DModifier.h.
Color DGtal::CustomColors3D::myPenColor |
Definition at line 131 of file DrawWithDisplay3DModifier.h.