Engauge Digitizer  2
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
ColorFilterEntry.h
1 #ifndef COLOR_FILTER_ENTRY_H
2 #define COLOR_FILTER_ENTRY_H
3 
4 #include <QColor>
5 
9  QColor color;
10 
12  unsigned int count;
13 };
14 
15 #endif // COLOR_FILTER_ENTRY_H
QColor color
Unique color entry.
unsigned int count
Number of times this color has appeared.
Helper class so ColorFilter class can compute the background color.