| 51 | IPLHistogram* histogram() { return _histogram.data(); } |
| 52 | IPLHistogram* histogramR() { return _histogramR.data(); } |
| 53 | IPLHistogram* histogramG() { return _histogramG.data(); } |
| 54 | IPLHistogram* histogramB() { return _histogramB.data(); } |
| 55 | signals: |
| 56 | void highlightChangedGrayscale(int, int, float); |