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

objectDitheringMode

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

int

CustomPalette

Vlastní paleta pro dithering.

public IColorPalette CustomPalette { get; set; }

Hodnota vlastnosti

IColorPalette

Method

Výběr algoritmu ditheringu.

public DitheringMethod Method { get; set; }

Hodnota vlastnosti

DitheringMethod

 Čeština