Audacity 3.2.0
|
#include "DynamicRangeProcessorPanelCommon.h"
#include "wxPanelWrapper.h"
#include <wx/dcclient.h>
#include <wx/pen.h>
Go to the source code of this file.
Namespaces | |
namespace | DynamicRangeProcessorPanel |
Functions | |
std::unique_ptr< wxGraphicsContext > | DynamicRangeProcessorPanel::MakeGraphicsContext (const wxPaintDC &dc) |
wxColor | DynamicRangeProcessorPanel::GetColorMix (const wxColor &a, const wxColor &b, double aWeight) |
float | DynamicRangeProcessorPanel::GetGraphDbRange (int height) |
wxGraphicsBrush | DynamicRangeProcessorPanel::GetGraphBackgroundBrush (wxGraphicsContext &gc, int height) |
wxRect | DynamicRangeProcessorPanel::GetPanelRect (const wxPanelWrapper &panel) |