| Modifier and Type | Method and Description |
|---|---|
FlattenerColorCompression |
FlattenTransparencyParams.getColorCompressionScheme()
The compression scheme used for flattened color images.
|
static FlattenerColorCompression |
FlattenerColorCompression.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FlattenerColorCompression[] |
FlattenerColorCompression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlattenTransparencyParams.setColorCompressionScheme(FlattenerColorCompression theScheme)
The compression scheme used for flattened color images.
|