Dither
Dither(DitheringMethod, int, IColorPalette)
对当前图像执行抖动。
public abstract void Dither(DitheringMethod ditheringMethod, int bitsCount,
IColorPalette customPalette)
范围 | 类型 | 描述 |
---|---|---|
ditheringMethod | DitheringMethod | 抖动方法。 |
bitsCount | Int32 | 抖动的最终位数。 |
customPalette | IColorPalette | 用于抖动的自定义调色板。 |
也可以看看
- enum DitheringMethod
- interface IColorPalette
- class RasterImage
- 命名空间 Aspose.CAD
- 部件 Aspose.CAD
Dither(DitheringMethod, int)
对当前图像执行抖动。
public void Dither(DitheringMethod ditheringMethod, int bitsCount)
范围 | 类型 | 描述 |
---|---|---|
ditheringMethod | DitheringMethod | 抖动方法。 |
bitsCount | Int32 | 抖动的最终位数。 |
也可以看看
- enum DitheringMethod
- class RasterImage
- 命名空间 Aspose.CAD
- 部件 Aspose.CAD