MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / getColor

Method getColor

annotation/AnnotationBase.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16std::string AnnotationBase::getColor() const {
17 return _color;
18}
19
20void AnnotationBase::setColor(const std::string& color) {
21 _color = color;

Callers 4

saveAnnotationMethod · 0.80
saveGroupMethod · 0.80
onLoadButtonPressedMethod · 0.80
getDrawingColorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected