Synergy Color Management Component - SDK -  2018.0.80
synColorPrefs.h File Reference

Functions for managing SynColor directories, transform aliases, error message languages and other preferences. More...

Namespaces

 SYNCOLOR
 Autodesk SynColor SDK public namespace.
 

Functions

SYN_EXPORT const char * SYNCOLOR::getSystemColorTransformPath ()
 Transform collection location. More...
 
SYN_EXPORT const char * SYNCOLOR::getConfigFilePath ()
 SynColor configuration file directory location. More...
 
SYN_EXPORT const char * SYNCOLOR::getConfigFileNamePath ()
 SynColor configuration file location. More...
 
SYN_EXPORT SynStatus SYNCOLOR::configurePaths (const char *collectionPath, const char *configPath, const char *defaultSharedPath)
 Configure the location of the SynColor configuration file, the transform collection and the shared directory. More...
 
SYN_EXPORT SynStatus SYNCOLOR::configureAsStandalone (const char *configPath)
 Configure SynColor paths only using the configuration file. More...
 
SYN_EXPORT const char * SYNCOLOR::getColorTransformFileExtension ()
 Color transform file extension. More...
 
SYN_EXPORT SynStatus SYNCOLOR::getSharedColorTransformPath (const char *&pBuffer)
 Active shared color transform directory. More...
 
SYN_EXPORT SynStatus SYNCOLOR::getSavedSharedColorTransformPath (const char *&pBuffer)
 Shared color transform directory from config file. This directory may differ from the active shared directory (see overrideSharedColorTransformsDir()). More...
 
SYN_EXPORT SynStatus SYNCOLOR::setSharedColorTransformPath (const char *path)
 Set the shared color transform directory and, indirectly, the path to the policy collection (always a sibling of the transforms directory). This directory is saved to the config file. More...
 
SYN_EXPORT SynStatus SYNCOLOR::overrideSharedColorTransformsDir (const char *dir)
 Overrides the saved shared color transform directory. More...
 
SYN_EXPORT const char * SYNCOLOR::getDefaultSharedColorTransformPath ()
 Default shared color transform directory. More...
 
SYN_EXPORT SynStatus SYNCOLOR::getDefaultPathForAlias (const char *alias, const char *&defaultPath)
 Default color transform path of a SynColor specific alias. More...
 
SYN_EXPORT SynStatus SYNCOLOR::findAliasInPreferences (const char *alias, const char *&path, SYNCOLOR::BasePath &basePath)
 Retrieve a color transform alias. More...
 
SYN_EXPORT SynStatus SYNCOLOR::addAliasInPreferences (const char *alias, const char *path, SYNCOLOR::BasePath basePath)
 Add alias in the Preferences. More...
 
SYN_EXPORT SynStatus SYNCOLOR::getAutoConfigureMonitorProfile (bool &setting)
 AutoConfigure switch value for the graphicsMonitor alias. More...
 
SYN_EXPORT SynStatus SYNCOLOR::setAutoConfigureMonitorProfile (bool newSetting, bool wrapInUserDisplayTransform)
 Sets the AutoConfigure switch for the graphicsMonitor alias. More...
 
SYN_EXPORT const char * SYNCOLOR::getPoliciesDir ()
 Policy collection directory. More...
 

Detailed Description

Functions for managing SynColor directories, transform aliases, error message languages and other preferences.