Skip to main content

Class ColorAverager

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

Inheritance: System.Object -> ColorAverager

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

ColorAverager

public ColorAverager()

Methods

GetAverageColor

public Color GetAverageColor(List<Color> colors, Dictionary<Color, int> colorCounts, ColorSpace colorSpace)
Parameters
TypeNameDescription
System.Collections.Generic.List<Aurigma.GraphicsMill.Color>colors
System.Collections.Generic.Dictionary<Aurigma.GraphicsMill.Color,System.Int32>colorCounts
Aurigma.GraphicsMill.ColorSpacecolorSpace
Returns

Aurigma.GraphicsMill.Color

Was this page helpful?