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

Method getForegroundOpacity

ASAP/PathologyViewer.cpp:307–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305
306
307float PathologyViewer::getForegroundOpacity() const {
308 return _opacity;
309}
310
311void PathologyViewer::initializeImage(QGraphicsScene* scn, unsigned int tileSize, unsigned int lastLevel) {
312 unsigned int nrLevels = _img->getNumberOfLevels();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected