Ejemplo n.º 1
0
///For function descriptions please see the Blur class
FillTool::FillTool(ColorData* toolColor, int width, int height)
    : DrawTool(toolColor, width, height){
  fillInfluence();
  allowDrag = false;
}
Ejemplo n.º 2
0
CalligraphyPen::CalligraphyPen(ColorData* toolColor, int width, int height)
    : DrawTool(toolColor, width, height){
  fillInfluence();
}