Add CIELAB lightness to waveform

This commit is contained in:
Lawrence Lee
2020-08-05 11:57:34 -07:00
parent ba57a6c680
commit 9382306fed
7 changed files with 49 additions and 13 deletions

View File

@@ -134,7 +134,8 @@ public:
int waveformWidth,
const int waveformRed[][256],
const int waveformGreen[][256],
const int waveformBlue[][256]
const int waveformBlue[][256],
const int waveformLuma[][256]
) override;
void setObservable(rtengine::HistogramObservable* observable) override;
bool updateHistogram(void) override;