Color Warnings (ink coverage + rich black)

This commit is contained in:
Jakub Melka
2021-04-02 18:05:23 +02:00
parent fb6de717f6
commit 7ca5942fb6
6 changed files with 232 additions and 5 deletions

View File

@ -157,6 +157,9 @@ public:
/// Returns buffer with all pixels
PDFColorBuffer getPixels();
/// Returns ink coverage
PDFColorComponent getPixelInkCoverage(size_t x, size_t y) const;
const PDFColorComponent* begin() const;
const PDFColorComponent* end() const;