mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Color Warnings (ink coverage + rich black)
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user