Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
std::string AnnotationBase::getColor() const {
17
return _color;
18
}
19
20
void AnnotationBase::setColor(const std::string& color) {
21
_color = color;
Callers
4
saveAnnotation
Method · 0.80
saveGroup
Method · 0.80
onLoadButtonPressed
Method · 0.80
getDrawingColor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected