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

Function TimelineLoopRegionColor

src/AdornedRulerPanel.cpp:2413–2416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2411}
2412
2413inline ColorId TimelineLoopRegionColor(bool isActive)
2414{
2415 return isActive ? clrLoopEnabled : clrLoopDisabled;
2416}
2417
2418static inline wxColour AlphaBlend(ColorId fg, ColorId bg, double alpha)
2419{

Callers 2

DoDrawPlayRegionMethod · 0.85
DoDrawOverlapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected