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
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
CustomPalette
Bảng màu tùy chỉnh cho dithering.
public IColorPalette CustomPalette { get; set; }
Giá trị thuộc tính
Method
Lựa chọn thuật toán dithering.
public DitheringMethod Method { get; set; }