mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Transformation between two color spaces via cms
This commit is contained in:
@@ -220,9 +220,15 @@ public:
|
||||
|
||||
QByteArray sourceIccData;
|
||||
QByteArray targetIccData;
|
||||
|
||||
PDFColorBuffer input;
|
||||
PDFColorBuffer output;
|
||||
|
||||
RenderingIntent intent = RenderingIntent::Unknown;
|
||||
};
|
||||
|
||||
/// Transforms color between two color spaces.
|
||||
/// Transforms color between two color spaces. Doesn't do soft-proofing,
|
||||
/// it just transforms two float buffers from input color space to output color space.
|
||||
virtual bool transformColorSpace(const ColorSpaceTransformParams& params) const = 0;
|
||||
|
||||
/// Get D50 white point for XYZ color space
|
||||
|
Reference in New Issue
Block a user