Axial mapping finishing, fix of color mapping

This commit is contained in:
Jakub Melka
2021-03-01 19:40:47 +01:00
parent d9c6c5e2b4
commit 08815d1b8b
5 changed files with 233 additions and 74 deletions

View File

@ -319,6 +319,9 @@ public:
/// Returns color space of the pattern.
const PDFAbstractColorSpace* getColorSpace() const;
/// Returns color space pointer
const PDFColorSpacePointer& getColorSpacePtr() const { return m_colorSpace; }
/// Returns patterns background color (if pattern has background color).
/// If pattern has not background color, then invalid color is returned.
const QColor& getBackgroundColor() const { return m_backgroundColor; }