Skip to main content

Class ColorMatchingService

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

Inheritance: System.Object -> ColorMatchingService

Implements

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

ColorMatchingService

public ColorMatchingService()

Methods

FindNearestColorIndex

public int FindNearestColorIndex(ColorPalette gmPalette, RgbColor targetColor)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.ColorPalettegmPalette
Aurigma.GraphicsMill.RgbColortargetColor
Returns

System.Int32

Was this page helpful?