Audacity 3.2.0
|
Pair of colors for waveform painting. More...
#include <WavePaintParameters.h>
Public Attributes | |
graphics::Color | Normal |
Color for the normal state. More... | |
graphics::Color | Selected |
Color for the selected state. More... | |
Friends | |
WAVE_TRACK_PAINT_API bool | operator== (const ColorPair &lhs, const ColorPair &rhs) noexcept |
WAVE_TRACK_PAINT_API bool | operator!= (const ColorPair &lhs, const ColorPair &rhs) noexcept |
Pair of colors for waveform painting.
Definition at line 18 of file WavePaintParameters.h.
Definition at line 100 of file WavePaintParameters.cpp.
Definition at line 95 of file WavePaintParameters.cpp.
graphics::Color ColorPair::Normal |
Color for the normal state.
Definition at line 21 of file WavePaintParameters.h.
graphics::Color ColorPair::Selected |
Color for the selected state.
Definition at line 23 of file WavePaintParameters.h.