The Color Workflow for an application. More...
Public Member Functions | |
ColorWorkflow (int mValue) | |
ColorWorkflow (ColorWorkflow enum_) | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Static Public Member Functions | |
static ColorWorkflow | swigToEnum (int swigValue) |
static ColorWorkflow | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
Legacy =(0) | |
Specifies the legacy color workflow. | |
Linear =(1) | |
Specifies the Linear color workflow. | |
The Color Workflow for an application.
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |