Class DitheringMode

Class DitheringMode

名称: Aspose.Imaging.Dithering 收藏: Aspose.Imaging.dll (25.4.0)

Dithering 设置适用于图像时保存。

public class DitheringMode

Inheritance

object DitheringMode

继承人

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

Constructors

DitheringMode()

public DitheringMode()

Properties

Bits

图像的样品因素。

public int Bits { get; set; }

财产价值

int

CustomPalette

可用于Ditering的配件。

public IColorPalette CustomPalette { get; set; }

财产价值

IColorPalette

Method

定义算法选择。

public DitheringMethod Method { get; set; }

财产价值

DitheringMethod

 中文