public class DitheringMode extends Object
Dithering settings to be applied to image upon saving.
Constructor and Description |
---|
DitheringMode() |
Modifier and Type | Method and Description |
---|---|
int |
getBits()
The sampling factor of dithered image.
|
IColorPalette |
getCustomPalette()
The custom palette for dithering.
|
int |
getMethod()
Dithering algorithm selection.
|
void |
setBits(int value)
The sampling factor of dithered image.
|
void |
setCustomPalette(IColorPalette value)
The custom palette for dithering.
|
void |
setMethod(int value)
Dithering algorithm selection.
|
public int getMethod()
Dithering algorithm selection.
public void setMethod(int value)
Dithering algorithm selection.
public int getBits()
The sampling factor of dithered image.
public void setBits(int value)
The sampling factor of dithered image.
public IColorPalette getCustomPalette()
The custom palette for dithering.
public void setCustomPalette(IColorPalette value)
The custom palette for dithering.