Display color scale

This commit is contained in:
Jakub Melka
2021-04-03 18:28:34 +02:00
parent 4921b61cf9
commit 9aba0608c3
4 changed files with 132 additions and 2 deletions

View File

@@ -100,6 +100,7 @@ private:
QImage image;
pdf::PDFColorComponent minValue = 0.0f;
pdf::PDFColorComponent maxValue = 0.0f;
pdf::PDFColorScale colorScale;
};
const std::vector<pdf::PDFColorComponent>& getInkCoverage() const;