X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;fp=pv%2Fview%2Fview.hpp;h=9fac1a67f8d400933d4a95b2c2b12eca29c483d0;hp=08b8a37e51498db342eb82d5ce1ab4b67e4b884e;hb=489953884c0d7692fa20748314751e114ae54cf2;hpb=3082ee9327af17da58c25122ac68b828676ca61e diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 08b8a37e..9fac1a67 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -212,6 +212,11 @@ public: */ void enable_coloured_bg(bool state); + /** + * Returns true if the trace background should be drawn with a coloured background. + */ + bool coloured_bg() const; + /** * Enable or disable showing sampling points. */