MCPcopy Create free account
hub / github.com/audacity/audacity / IndicatorColor

Method IndicatorColor

libraries/lib-theme/AColor.cpp:455–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455void AColor::IndicatorColor(wxDC * dc, bool bIsNotRecording)
456{
457 if (!inited)
458 Init();
459 int index = (int) bIsNotRecording;
460 dc->SetPen(indicatorPen[index]);
461 dc->SetBrush(indicatorBrush[index]);
462}
463
464void AColor::TrackFocusPen(wxDC * dc, int level)
465{

Callers

nothing calls this directly

Calls 1

InitClass · 0.85

Tested by

no test coverage detected