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

Method setPlainColor

YUViewLib/src/ui/ShowColorFrame.cpp:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void ShowColorWidget::setPlainColor(const QColor &color)
141{
142 this->renderRange = false;
143 this->plainColor = color;
144 this->update();
145}
146
147void ShowColorWidget::mouseReleaseEvent(QMouseEvent *)
148{

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected