Kanzi  3.9.8
Kanzi Engine Java API
ColorWorkflow Enum Reference

The Color Workflow for an application. More...

Inheritance diagram for ColorWorkflow:
[legend]

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.
 

Detailed Description

The Color Workflow for an application.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static ColorWorkflow toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.