]> git.sesse.net Git - nageru/blobdiff - theme.h
Add red and green borders around channels to mark them as used for live and preview.
[nageru] / theme.h
diff --git a/theme.h b/theme.h
index 20d736738a89d94718c9344e624bdc253e4b3db6..264b5ac67f86086f35a5a1555a9f071356fecbf3 100644 (file)
--- a/theme.h
+++ b/theme.h
@@ -58,6 +58,7 @@ public:
        int get_channel_signal(unsigned channel);
        bool get_supports_set_wb(unsigned channel);
        void set_wb(unsigned channel, double r, double g, double b);
+       std::string get_channel_color(unsigned channel);
 
        std::vector<std::string> get_transition_names(float t);