Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KiCad/kicad-source-mirror
/ GetColorMode
Method
GetColorMode
pcbnew/pcbplot.cpp:519–525 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
517
518
519
bool PLOT_CONTROLLER::GetColorMode()
520
{
521
if( !m_plotter )
522
return false;
523
524
return m_plotter->GetColorMode();
525
}
Callers
15
PlotDrawingSheet
Function · 0.45
Plot
Method · 0.45
Plot
Method · 0.45
PlotPinType
Method · 0.45
PlotPinTexts
Method · 0.45
plotOneSheetPDF
Method · 0.45
plotOneSheetPS
Method · 0.45
plotOneSheetSVG
Method · 0.45
plotOneSheetDXF
Method · 0.45
Plot
Method · 0.45
Plot
Method · 0.45
Plot
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected