DitheringMethods

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class DitheringMethods extends System.Enum

用于控制颜色转换的抖动方法。

字段

字段描述
PaletteIgnore调色板被忽略
PaletteConversion调色板未被忽略,且应进行明智的颜色转换。
CustomConverter自定义转换器。

PaletteIgnore

public static final int PaletteIgnore

调色板被忽略

PaletteConversion

public static final int PaletteConversion

调色板未被忽略,且应进行明智的颜色转换。

CustomConverter

public static final int CustomConverter

自定义转换器。