Class DitheringMode
Class DitheringMode
Namespace: Aspose.Imaging.Dithering
Assembly: Aspose.Imaging.dll (25.2.0)
Görüntü kaydedilirken uygulanacak dithering ayarları.
public class DitheringMode
Miras
Miras Alınan Üyeler
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Yapıcılar
DitheringMode()
public DitheringMode()
Özellikler
Bits
Dithering uygulanmış görüntünün örnekleme faktörü.
public int Bits { get; set; }
Özellik Değeri
CustomPalette
Dithering için özel palet.
public IColorPalette CustomPalette { get; set; }
Özellik Değeri
Method
Dithering algoritması seçimi.
public DitheringMethod Method { get; set; }