Class RawDataSettings

Class RawDataSettings

Tên không gian: Aspose.Imaging Tổng hợp: Aspose.Imaging.dll (25.4.0)

Thiết lập dữ liệu thô

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

Inheritance

object RawDataSettings

Implements

ICloneable

Thành viên thừa kế

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

Nhận hoặc đặt bảng màu

public IColorPalette ColorPalette { get; set; }

Giá trị bất động sản

IColorPalette

CustomColorConverter

Nhận hoặc đặt bộ chuyển đổi màu tùy chỉnh

public IColorConverter CustomColorConverter { get; set; }

Giá trị bất động sản

IColorConverter

DitheringMethod

Nhận hoặc thiết lập phương pháp phân phối để sử dụng cho chuyển đổi dữ liệu thô

public DitheringMethods DitheringMethod { get; set; }

Giá trị bất động sản

DitheringMethods

FallbackIndex

Nhận hoặc đặt chỉ số Fallback để sử dụng khi chỉ số palette không giới hạn

public int FallbackIndex { get; set; }

Giá trị bất động sản

int

IndexedColorConverter

Nhận hoặc đặt bộ chuyển đổi màu indexed

public IIndexedColorConverter IndexedColorConverter { get; set; }

Giá trị bất động sản

IIndexedColorConverter

LineSize

Nhận hoặc đặt kích thước dòng pixel trong byte để xử lý dữ liệu thô

public int LineSize { get; set; }

Giá trị bất động sản

int

PixelDataFormat

Nhận hoặc đặt định dạng dữ liệu pixel

public PixelDataFormat PixelDataFormat { get; set; }

Giá trị bất động sản

PixelDataFormat

Methods

Clone()

Tạo ra một clone Shalow.

public RawDataSettings Clone()

Returns

RawDataSettings

Một clone Shalow

 Tiếng Việt