Class DitheringMode
Class DitheringMode
Namespace: Aspose.Imaging.Dithering
Assembly: Aspose.Imaging.dll (25.2.0)
Nastavení ditheringu, které budou aplikovány na obrázek při ukládání.
public class DitheringMode
Dědičnost
Děděné členy
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktor
DitheringMode()
public DitheringMode()
Vlastnosti
Bits
Faktor vzorkování dithrovaného obrázku.
public int Bits { get; set; }
Hodnota vlastnosti
CustomPalette
Vlastní paleta pro dithering.
public IColorPalette CustomPalette { get; set; }
Hodnota vlastnosti
Method
Výběr algoritmu ditheringu.
public DitheringMethod Method { get; set; }