mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #108: Add accessibility options in pdf reader [enhancement] - settings in ui, finish work
This commit is contained in:
@ -84,6 +84,12 @@ struct PDFCMSSettings
|
||||
QString deviceCMYK; ///< Identifiers for color space (device CMYK)
|
||||
QString softProofingProfile; ///< Identifiers for soft proofing profile
|
||||
QString profileDirectory; ///< Directory containing color profiles
|
||||
|
||||
// Postprocessing
|
||||
QColor foregroundColor = Qt::green;
|
||||
QColor backgroundColor = Qt::black;
|
||||
int bitonalThreshold = 128;
|
||||
double sigmoidSlopeFactor = 10.0;
|
||||
};
|
||||
|
||||
/// Color management system base class. It contains functions to transform
|
||||
|
Reference in New Issue
Block a user