Class DitheringMode

Class DitheringMode

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

이미지를 저장할 때 적용할 디더링 설정입니다.

public class DitheringMode

상속

objectDitheringMode

상속된 멤버

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

생성자

DitheringMode()

public DitheringMode()

속성

Bits

디더링된 이미지의 샘플링 팩터입니다.

public int Bits { get; set; }

속성 값

int

CustomPalette

디더링을 위한 사용자 정의 팔레트입니다.

public IColorPalette CustomPalette { get; set; }

속성 값

IColorPalette

Method

디더링 알고리즘 선택입니다.

public DitheringMethod Method { get; set; }

속성 값

DitheringMethod

 한국어