|
Synergy Color Management Component - SDK -
2018.0.80
|
This class represents a rule where only the input color space could be user managed. More...
Public Member Functions | |
| RuleType | getType () const |
| Returns the type of the rule. More... | |
| virtual const char * | getFileNameExtension () const =0 |
| Get the file name extension pattern used by the rule. More... | |
| virtual const char * | getFilePathPattern () const =0 |
| Get the file path pattern used by the rule. More... | |
| virtual const char * | getColorSpace () const =0 |
| Get the color space. More... | |
| virtual SynStatus | setColorSpace (const char *colorSpace)=0 |
| Set the color space to use. More... | |
Public Member Functions inherited from SYNCOLOR::Rule | |
| virtual | ~Rule () |
| Default destructor. More... | |
| virtual const char * | getName () const =0 |
| Returns the name of the rule. More... | |
Additional Inherited Members | |
Public Types inherited from SYNCOLOR::Rule | |
| enum | RuleType { OPAQUE_RULE = 0, DEFAULT_RULE, STANDARD_RULE } |
| All supported types of rule. More... | |
Protected Member Functions inherited from SYNCOLOR::Rule | |
| Rule () | |
| Default constructor. More... | |
This class represents a rule where only the input color space could be user managed.
|
inlinevirtual |
Returns the type of the rule.
Implements SYNCOLOR::Rule.
References SYNCOLOR::Rule::DEFAULT_RULE.
|
pure virtual |
Get the file name extension pattern used by the rule.
|
pure virtual |
Get the file path pattern used by the rule.
|
pure virtual |
Get the color space.
|
pure virtual |
Set the color space to use.
| colorSpace | The color space |