Template Struct DrawerProperties#

Struct Documentation#

template<typename FillT = Color>
struct DrawerProperties#

Properties to modify a MooViE drawers behavior.

DrawerProperties can be used to control the line thinkness, stroke and fill color of a Drawer.

Author

beyss

Date

05.07.2017

Public Functions

inline DrawerProperties(double line_width_, const Color &line_color_, const FillT &fill_color_)#

Creates a DrawerProperties instance storing the given line thinkness, stroke and fill color of a Drawer.

Parameters:
  • _line_width – the line width

  • _line_color – the line color

  • _fill_color – the fill color

Public Members

double line_width#

The line width

Color line_color#

Line color

FillT fill_color#

Fill color(s)