Bugfixing: soft mask

This commit is contained in:
Jakub Melka
2021-03-26 19:35:33 +01:00
parent 1b801a2b2a
commit 39ebe08847
3 changed files with 29 additions and 1 deletions

View File

@ -220,6 +220,11 @@ public:
/// \param mask Color activity
void setColorActivity(uint32_t mask);
/// Returns gray image created from color channel. If color channel
/// is invalid, then empty image is returned.
/// \param channelIndex Channel index
QImage getChannelImage(uint8_t channelIndex) const;
/// Extract process colors into another bitmap
PDFFloatBitmap extractProcessColors() const;