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

List of supported base paths for transforms referenced by relative paths, and string/enum conversion utilities. More...

Namespaces

 SYNCOLOR
 Autodesk SynColor SDK public namespace.
 

Enumerations

enum  SYNCOLOR::BasePath { SYNCOLOR::BASE_PATH_NONE = 0, SYNCOLOR::BASE_PATH_AUTODESK, SYNCOLOR::BASE_PATH_SHARED }
 List of supported base paths to use to interpret relative file paths. More...
 

Functions

SYN_EXPORT BasePath SYNCOLOR::getBasePath (const char *name)
 Convert the base path string to its corresponding enum value. More...
 
SYN_EXPORT const char * SYNCOLOR::getBasePathName (BasePath basePath)
 Convert the BasePath value to a string. More...
 

Detailed Description

List of supported base paths for transforms referenced by relative paths, and string/enum conversion utilities.