Colour axis labels in the audio plot (#835).
[dcpomatic.git] / src / wx / audio_plot.h
index 580bc2d5a532f5b4ef2021a727305aad6b1772dc..2f4b224e853854cc295321982da7e4606a776422 100644 (file)
@@ -38,6 +38,8 @@ public:
        void set_message (wxString);
        void set_gain_correction (double gain);
 
+       wxColour colour (int n) const;
+
        static const int max_smoothing;
 
 private: