Class DitheringMode

Class DitheringMode

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

Pengaturan dithering yang akan diterapkan pada gambar saat menyimpan.

public class DitheringMode

Pewarisan

objectDitheringMode

Anggota yang Dwarisi

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

Konstruktor

DitheringMode()

public DitheringMode()

Properti

Bits

Faktor pengambilan sampel dari gambar yang di-dither.

public int Bits { get; set; }

Nilai Properti

int

CustomPalette

Palet kustom untuk dithering.

public IColorPalette CustomPalette { get; set; }

Nilai Properti

IColorPalette

Method

Pemilihan algoritma dithering.

public DitheringMethod Method { get; set; }

Nilai Properti

DitheringMethod

 Indonesia