Class DitheringMode

Class DitheringMode

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

Ustawienia ditheringu, które mają być zastosowane do obrazu podczas zapisywania.

public class DitheringMode

Dziedziczenie

objectDitheringMode

Członkowie dziedziczeni

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

Konstruktory

DitheringMode()

public DitheringMode()

Właściwości

Bits

Współczynnik próbkowania dla ditheringowanego obrazu.

public int Bits { get; set; }

Wartość właściwości

int

CustomPalette

Niestandardowa paleta dla ditheringu.

public IColorPalette CustomPalette { get; set; }

Wartość właściwości

IColorPalette

Method

Wybór algorytmu ditheringu.

public DitheringMethod Method { get; set; }

Wartość właściwości

DitheringMethod

 Polski