Skip to main content

Class MedianCutQuantizer

Namespace: Aurigma.DesignAtoms.ImageProcessing.Services
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class MedianCutQuantizer

Inheritance: System.Object -> MedianCutQuantizer

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

MedianCutQuantizer

public MedianCutQuantizer()

Methods

ReduceToPalette

public List<Color> ReduceToPalette(Bitmap bitmap, Dictionary<Color, int> bitmapColors = null)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Bitmapbitmap
System.Collections.Generic.Dictionary<Aurigma.GraphicsMill.Color,System.Int32>bitmapColors
Returns

System.Collections.Generic.List<Aurigma.GraphicsMill.Color>

Was this page helpful?