Audacity 3.2.0
Namespaces | Functions
DynamicRangeProcessorPanelCommon.cpp File Reference
#include "DynamicRangeProcessorPanelCommon.h"
#include "wxPanelWrapper.h"
#include <wx/dcclient.h>
#include <wx/pen.h>
Include dependency graph for DynamicRangeProcessorPanelCommon.cpp:

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)