Class DitheringMode
Class DitheringMode
Namespace: Aspose.Imaging.Dithering
Assembly: Aspose.Imaging.dll (25.2.0)
画像を保存する際に適用されるディザリング設定。
public class DitheringMode
継承
継承されたメンバー
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; }
プロパティ値
CustomPalette
ディザリング用のカスタムパレット。
public IColorPalette CustomPalette { get; set; }
プロパティ値
Method
ディザリングアルゴリズムの選択。
public DitheringMethod Method { get; set; }