| Modifier and Type | Method and Description |
|---|---|
java.util.List<ColorConvertActions> |
ColorConvertParams.getColorConvActions()
The ColorConvActions to take.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColorConvertParams.setColorConvActions(java.util.List<ColorConvertActions> newActions) |
| Constructor and Description |
|---|
ColorConvertParams(java.util.List<ColorConvertActions> convActions)
Default constructor for the ColorConvertParams class. Sets default values to the members.
|