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 final int getMethod()
Dithering algorithm selection.
public final void setMethod(int value)
Dithering algorithm selection.
public final int getBits()
The sampling factor of dithered image.
public final void setBits(int value)
The sampling factor of dithered image.
public final IColorPalette getCustomPalette()
The custom palette for dithering.
public final void setCustomPalette(IColorPalette value)
The custom palette for dithering.
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.