| 216 | doc::color_t getSecondaryColor() override { return m_secondaryColor; } |
| 217 | void setSecondaryColor(doc::color_t color) override { m_secondaryColor = color; } |
| 218 | int getOpacity() override { return m_opacity; } |
| 219 | int getTolerance() override { return m_tolerance; } |
| 220 | bool getContiguous() override { return m_contiguous; } |
| 221 | tools::ToolLoopModifiers getModifiers() override { return m_editor->getToolLoopModifiers(); } |
no outgoing calls
no test coverage detected