Class DitheringMode

Class DitheringMode

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

Paramètres de dithering à appliquer à l’image lors de l’enregistrement.

public class DitheringMode

Héritage

objectDitheringMode

Membres hérités

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

Constructeurs

DitheringMode()

public DitheringMode()

Propriétés

Bits

Le facteur d’échantillonnage de l’image en niveaux de gris.

public int Bits { get; set; }

Valeur de la propriété

int

CustomPalette

La palette personnalisée pour le dithering.

public IColorPalette CustomPalette { get; set; }

Valeur de la propriété

IColorPalette

Method

Sélection de l’algorithme de dithering.

public DitheringMethod Method { get; set; }

Valeur de la propriété

DitheringMethod

 Français