Class DitheringMode

Class DitheringMode

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

Cài đặt dithering sẽ được áp dụng cho hình ảnh khi lưu.

public class DitheringMode

Kế thừa

objectDitheringMode

Các thành viên kế thừa

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

Các hàm khởi tạo

DitheringMode()

public DitheringMode()

Thuộc tính

Bits

Hệ số lấy mẫu của hình ảnh đã dithering.

public int Bits { get; set; }

Giá trị thuộc tính

int

CustomPalette

Bảng màu tùy chỉnh cho dithering.

public IColorPalette CustomPalette { get; set; }

Giá trị thuộc tính

IColorPalette

Method

Lựa chọn thuật toán dithering.

public DitheringMethod Method { get; set; }

Giá trị thuộc tính

DitheringMethod

 Tiếng Việt