mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Display of ink coverage
This commit is contained in:
@ -160,6 +160,10 @@ public:
|
||||
/// Returns ink coverage
|
||||
PDFColorComponent getPixelInkCoverage(size_t x, size_t y) const;
|
||||
|
||||
/// Returns ink coverage bitmap. Bitmap consists of one color channel,
|
||||
/// which consists of ink coverage.
|
||||
PDFFloatBitmap getInkCoverageBitmap() const;
|
||||
|
||||
const PDFColorComponent* begin() const;
|
||||
const PDFColorComponent* end() const;
|
||||
|
||||
|
Reference in New Issue
Block a user