Perceptual Color
absolutecolor.h
33 [[nodiscard]] static QHash<ColorModel, GenericColor> allConversions(const ColorModel model, const GenericColor &value);
34 [[nodiscard]] static std::optional<GenericColor> convert(const ColorModel from, const GenericColor &value, const ColorModel to);
76 static void addDirectConversionsRecursivly(QHash<ColorModel, GenericColor> *values, const ColorModel model);
@ OklabD65
The absolute Oklab color space, which by definition always and exclusively uses a D65 illuminant.
Definition helperconversion.h:64
@ XyzD50
The absolute XYZ color space assuming chromatic adaption for the D50 illuminant.
Definition helperconversion.h:83
@ OklchD65
The absolute Oklch color space, which by definition always and exclusively uses a D65 illuminant.
Definition helperconversion.h:70
@ XyzD65
The absolute XYZ color space assuming chromatic adaption for the D65 illuminant.
Definition helperconversion.h:89
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 4 2025 11:54:42 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 4 2025 11:54:42 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.