provide a heuristic to decide if the color has been set for a PresentationInfo object
[ardour.git] / libs / ardour / ardour / presentation_info.h
index 5ad33ab1098fd03a8ab7b98631f01af0e71e3cb3..8a3c3674489146005e562dd7126dc007694771d3 100644 (file)
@@ -145,6 +145,8 @@ class LIBARDOUR_API PresentationInfo : public PBD::Stateful
        order_t  order() const { return _order; }
        color_t  color() const { return _color; }
 
+       bool color_set() const;
+
        void set_color (color_t);
        void set_selected (bool yn);
        void set_hidden (bool yn);