Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/analogdevicesinc/scopy
/ setColor
Method
setColor
gui/src/plotchannel.cpp:257–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
}
256
257
void PlotChannel::setColor(const QColor &color)
258
{
259
QPen newPen = m_pen;
260
newPen.setColor(color);
261
setPen(newPen);
262
}
263
264
double PlotChannel::getValueAt(double pos)
265
{
Callers
1
buildMarker
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected