|
DGtal 2.0.0
|
Custom style class redefining the pen color and the fill color. You may use Board2D::Color::None for transparent color. More...
#include <DGtal/io/boards/Board2D.h>
Public Member Functions | |
| CustomColors (const Color &penColor, const Color &fillColor) | |
| virtual void | setStyle (Board2D &aboard) const |
| Public Member Functions inherited from DGtal::DrawableWithBoard2D | |
| virtual | ~DrawableWithBoard2D () |
Data Fields | |
| Color | myPenColor |
| Color | myFillColor |
Custom style class redefining the pen color and the fill color. You may use Board2D::Color::None for transparent color.
Constructor.
| penColor | specifies the pen color. |
| fillColor | specifies the fill color. |
Definition at line 289 of file Board2D.h.
References myFillColor, and myPenColor.
|
inlinevirtual |
Operation to override. Does nothing by default.
Reimplemented from DGtal::DrawableWithBoard2D.
Definition at line 294 of file Board2D.h.
References myFillColor, myPenColor, LibBoard::Board::setFillColor(), and LibBoard::Board::setPenColor().
| Color DGtal::CustomColors::myFillColor |
Definition at line 281 of file Board2D.h.
Referenced by CustomColors(), and setStyle().
| Color DGtal::CustomColors::myPenColor |
Definition at line 280 of file Board2D.h.
Referenced by CustomColors(), and setStyle().