|
QList< IccProfile > | allProfiles () |
|
QList< IccProfile > | displayProfiles () |
| Get available profiles suitable as monitor/display profile.
|
|
QList< IccProfile > | inputProfiles () |
| Get available profiles suitable as input profile.
|
|
bool | isEnabled () const |
| Returns if color management is enabled.
|
|
void | loadAllProfilesProperties () |
| IccProfile caches some of its properties (description, type) when it was read once.
|
|
IccProfile | monitorProfile (QWidget *const widget=nullptr) |
| Returns the monitor profile (for color managed view).
|
|
bool | monitorProfileFromSystem () const |
| Returns if the monitor profile (as returned by monitorProfile()) is set system-wide, so that the monitorProfile field of the current settings need not be set and will not be used by monitorProfile().
|
|
QList< IccProfile > | outputProfiles () |
| Get available profiles suitable as proof/output profiles.
|
|
QList< IccProfile > | profilesForDescription (const QString &description) |
| Returns a list of profiles with the given description()
|
|
void | setIccPath (const QString &path) |
|
void | setSettings (const ICCSettingsContainer &settings) |
| Sets the current ICC settings and writes them to config.
|
|
ICCSettingsContainer | settings () |
| Returns the current ICC settings.
|
|
void | setUseManagedPreviews (bool useManagedPreviews) |
|
void | setUseManagedView (bool useManagedView) |
| Set single parts of the settings.
|
|
bool | useManagedPreviews () const |
| Returns if color management for previews is enabled.
|
|
QList< IccProfile > | workspaceProfiles () |
| Get available profiles suitable as workspace profile.
|
|