Class RawDataSettings

Class RawDataSettings

Nazwa przestrzeń: Aspose.Imaging Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Ustawienia surowych danych

[JsonObject(MemberSerialization.OptIn)]
public class RawDataSettings : ICloneable

Inheritance

object RawDataSettings

Implements

ICloneable

Dziedziczeni członkowie

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

Constructors

RawDataSettings()

public RawDataSettings()

Properties

ColorPalette

Pobierz lub ustawić paletę kolorów

public IColorPalette ColorPalette { get; set; }

Wartość nieruchomości

IColorPalette

CustomColorConverter

otrzymuje lub ustawia konwerter kolorów

public IColorConverter CustomColorConverter { get; set; }

Wartość nieruchomości

IColorConverter

DitheringMethod

otrzymuje lub ustawia metodę dystrybucji do wykorzystania do konwersji surowych danych

public DitheringMethods DitheringMethod { get; set; }

Wartość nieruchomości

DitheringMethods

FallbackIndex

Uzyskuje lub ustawia indeks spadku do użycia, gdy indeks palety jest poza granicami

public int FallbackIndex { get; set; }

Wartość nieruchomości

int

IndexedColorConverter

otrzymuje lub ustawia indeksowany konwerter kolorów

public IIndexedColorConverter IndexedColorConverter { get; set; }

Wartość nieruchomości

IIndexedColorConverter

LineSize

otrzymuje lub ustawia wielkość linii pikseli w bajtach do przetwarzania surowych danych

public int LineSize { get; set; }

Wartość nieruchomości

int

PixelDataFormat

otrzymuje lub ustawia format danych pikseli

public PixelDataFormat PixelDataFormat { get; set; }

Wartość nieruchomości

PixelDataFormat

Methods

Clone()

Tworzy klon szalowny.

public RawDataSettings Clone()

Returns

RawDataSettings

Jest to klon Shalow.

 Polski