|
Synergy Color Management Component - SDK -
2018.0.80
|
Color spaces attributes class. More...
Public Member Functions | |
| virtual | ~ColorSpacesAttributes () |
| Default Destructor. More... | |
| virtual unsigned | getNumColorSpaces () const =0 |
| Number of color spaces. More... | |
| virtual const char * | getAttributeForKeyByIndex (const unsigned index, ColorSpaceAttributeKey key) const =0 |
| I-th color space attribute for key. More... | |
| virtual const char * | getAttributeForKeyByName (const char *name, ColorSpaceAttributeKey key) const =0 |
| Get attribute key value for color space name. More... | |
Color spaces attributes class.
A list of color spaces and their attributes.
|
virtual |
Default Destructor.
|
pure virtual |
Number of color spaces.
|
pure virtual |
I-th color space attribute for key.
| index | Color space index. |
| key | Attribute key. |
|
pure virtual |
Get attribute key value for color space name.
| name | Color space name. |
| key | Attribute key. |