add API to GainMeterBase to allow use of explicit fader colors

This commit is contained in:
Paul Davis 2022-08-10 22:34:33 -06:00
parent bfa40895b3
commit f8a77c7dcb
2 changed files with 28 additions and 0 deletions

View file

@ -94,6 +94,10 @@ public:
void set_width (Width, int len=0);
void set_meter_strip_name (const char * name);
void set_fader_name (const char * name);
void set_fader_fg (uint32_t);
void set_fader_bg (uint32_t);
void unset_fader_fg ();
void unset_fader_bg ();
virtual void setup_meters (int len=0);