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