MCPcopy Create free account
hub / github.com/IENT/YUView / setColorMapper

Method setColorMapper

YUViewLib/src/ui/ShowColorFrame.cpp:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void ShowColorWidget::setColorMapper(const stats::color::ColorMapper &mapper)
134{
135 this->renderRange = true;
136 this->colMapper = mapper;
137 this->update();
138}
139
140void ShowColorWidget::setPlainColor(const QColor &color)
141{

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected