| Package | Description |
|---|---|
| com.aspose.cad |
| Modifier and Type | Method and Description |
|---|---|
static DitheringMethod |
DitheringMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DitheringMethod[] |
DitheringMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RasterImage.dither(DitheringMethod ditheringMethod,
int bitsCount)
Performs dithering on the current image.
|
void |
RasterCachedImage.dither(DitheringMethod ditheringMethod,
int bitsCount,
IColorPalette customPalette)
Performs dithering on the current image.
|
abstract void |
RasterImage.dither(DitheringMethod ditheringMethod,
int bitsCount,
IColorPalette customPalette)
Performs dithering on the current image.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.