MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / getOpacity

Method getOpacity

src/app/ui/editor/tool_loop_impl.cpp:218–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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(); }

Callers 15

prepareInkMethod · 0.80
prepareInkMethod · 0.80
MergeInkProcessingMethod · 0.80
MergeInkProcessingMethod · 0.80
BlurInkProcessingMethod · 0.80
BlurInkProcessingMethod · 0.80
BlurInkProcessingMethod · 0.80
ReplaceInkProcessingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected