MCPcopy 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
519bool PLOT_CONTROLLER::GetColorMode()
520{
521 if( !m_plotter )
522 return false;
523
524 return m_plotter->GetColorMode();
525}

Callers 15

PlotDrawingSheetFunction · 0.45
PlotMethod · 0.45
PlotMethod · 0.45
PlotPinTypeMethod · 0.45
PlotPinTextsMethod · 0.45
plotOneSheetPDFMethod · 0.45
plotOneSheetPSMethod · 0.45
plotOneSheetSVGMethod · 0.45
plotOneSheetDXFMethod · 0.45
PlotMethod · 0.45
PlotMethod · 0.45
PlotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected