Class DitheringMode

Class DitheringMode

Namespace: Aspose.Imaging.Dithering
Assembly: Aspose.Imaging.dll (25.2.0)

保存图像时应用的抖动设置。

public class DitheringMode

继承

objectDitheringMode

继承成员

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

构造函数

DitheringMode()

public DitheringMode()

属性

Bits

抖动图像的采样因子。

public int Bits { get; set; }

属性值

int

CustomPalette

抖动的自定义调色板。

public IColorPalette CustomPalette { get; set; }

属性值

IColorPalette

Method

抖动算法选择。

public DitheringMethod Method { get; set; }

属性值

DitheringMethod

 中文