Audacity 3.2.0
|
#include "AColor.h"
#include "AColorResources.h"
#include <wx/colour.h>
#include <wx/dc.h>
#include <wx/dcmemory.h>
#include <wx/graphics.h>
#include <wx/settings.h>
#include <wx/utils.h>
#include "AllThemeResources.h"
#include "Theme.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{AColor.cpp} |
Functions | |
void | anonymous_namespace{AColor.cpp}::DrawNinePatch (wxDC &dc, wxBitmap &bitmap, const wxRect &r, int mid=1) |
int | anonymous_namespace{AColor.cpp}::GetButtonImageIndex (bool up, bool selected, bool highlight) |
wxColour | InvertOfColour (const wxColour &c) |
wxColour | CursorColour () |
Variables | |
const int | AColor_midicolors [16][3] |
wxColour CursorColour | ( | ) |
Definition at line 516 of file AColor.cpp.
References ThemeBase::Colour(), ThemeBase::ColourDistance(), and theTheme.
Referenced by AColor::Init().
wxColour InvertOfColour | ( | const wxColour & | c | ) |
Definition at line 509 of file AColor.cpp.
const int AColor_midicolors[16][3] |
Definition at line 614 of file AColor.cpp.
Referenced by AColor::DarkMIDIChannel(), AColor::LightMIDIChannel(), and AColor::MIDIChannel().