X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=9fac1a67f8d400933d4a95b2c2b12eca29c483d0;hb=64a21e782d6c9081f13f8398e6408c13648d1d14;hp=08b8a37e51498db342eb82d5ce1ab4b67e4b884e;hpb=8ad61f4071a69445a6917d214b6592878447ddb1;p=pulseview.git 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. */