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

Function TimelineBackgroundColor

src/AdornedRulerPanel.cpp:2393–2396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2391using ColorId = decltype(clrTrackInfo);
2392
2393inline ColorId TimelineBackgroundColor()
2394{
2395 return clrTimelineRulerBackground;
2396}
2397
2398inline ColorId TimelineTextColor()
2399{

Callers 2

DoDrawBackgroundMethod · 0.85
DoDrawSelectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected