Perceptual Color
4#ifndef CHROMAHUEIMAGEPARAMETERS_H
5#define CHROMAHUEIMAGEPARAMETERS_H
9#include <qsharedpointer.h>
14class AsyncImageRenderCallback;
67struct ChromaHueImageParameters final {
70 qreal borderPhysical = 0;
72 qreal devicePixelRatioF = 1;
74 int imageSizePhysical = 0;
86 QSharedPointer<PerceptualColor::RgbColorSpace> rgbColorSpace =
nullptr;
87 [[nodiscard]]
bool operator==(
const ChromaHueImageParameters &other)
const;
88 [[nodiscard]]
bool operator!=(
const ChromaHueImageParameters &other)
const;
90 static void render(
const QVariant &variantParameters, AsyncImageRenderCallback &callbackObject);
95Q_DECLARE_METATYPE(PerceptualColor::ChromaHueImageParameters)
The namespace of this library.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:46:43 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.