Perceptual Color
rgbcolorspacefactory.cpp
71 * (<a href="https://learn.microsoft.com/en-us/windows/win32/wcs/profile-management-functions">[1]</a>
72 * <a href="https://learn.microsoft.com/en-us/windows/win32/api/icm/nf-icm-wcsgetdefaultcolorprofile">[2]</a>
73 * <a href="https://learn.microsoft.com/en-us/windows/win32/api/icm/nf-icm-getcolordirectoryw">[3]</a>
74 * <a href="https://learn.microsoft.com/en-us/uwp/api/windows.graphics.display.displayinformation.getcolorprofileasync?view=winrt-22621">[4]</a>)
static QStringList colorProfileDirectories()
List of directories where color profiles are typically stored on the current system.
Definition rgbcolorspacefactory.cpp:106
static QSharedPointer< PerceptualColor::RgbColorSpace > tryCreateFromFile(const QString &fileName)
Try to create a color space object for a given ICC file.
Definition rgbcolorspacefactory.cpp:57
static QSharedPointer< PerceptualColor::RgbColorSpace > createSrgb()
Create an sRGB color space object.
Definition rgbcolorspacefactory.cpp:36
QString cleanPath(const QString &path)
QString homePath()
QString canonicalFilePath() const const
bool isDir() const const
void append(QList< T > &&value)
qsizetype removeAll(const AT &t)
bool isEmpty() const const
qsizetype removeDuplicates()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:38 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:38 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.