Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KiCad/kicad-source-mirror
/ SetColorMode
Method
SetColorMode
pcbnew/pcbplot.cpp:510–516 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
508
509
510
void PLOT_CONTROLLER::SetColorMode( bool aColorMode )
511
{
512
if( !m_plotter )
513
return;
514
515
m_plotter->SetColorMode( aColorMode );
516
}
517
518
519
bool PLOT_CONTROLLER::GetColorMode()
Callers
15
PlotToSvgString
Method · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
loadmodel.cpp
File · 0.45
doSymExportSvg
Method · 0.45
createPDFFile
Method · 0.45
plotOneSheetPS
Method · 0.45
plotOneSheetSVG
Method · 0.45
plotOneSheetDXF
Method · 0.45
plotSymbolToSvg
Function · 0.45
plotSelectionToSvg
Function · 0.45
SVGPlotSymbol
Method · 0.45
initializePlotter
Function · 0.45
Calls
no outgoing calls
Tested by
2
PlotToSvgString
Method · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36