DGtal
1.5.beta
|
Custom style class redefining the fill color. You may use Board2D::Color::None for transparent color. More...
#include <DGtal/io/boards/Board2D.h>
Public Member Functions | |
CustomFillColor (const Color &fillColor) | |
virtual void | setStyle (Board2D &aboard) const |
Public Member Functions inherited from DGtal::DrawableWithBoard2D | |
virtual | ~DrawableWithBoard2D () |
Data Fields | |
Color | myFillColor |
Custom style class redefining the fill color. You may use Board2D::Color::None for transparent color.
|
inline |
|
inlinevirtual |
Operation to override. Does nothing by default.
Reimplemented from DGtal::DrawableWithBoard2D.
Definition at line 355 of file Board2D.h.
References myFillColor, and LibBoard::Board::setFillColor().
Color DGtal::CustomFillColor::myFillColor |
Definition at line 344 of file Board2D.h.
Referenced by setStyle().