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.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
ColorMatchingService
public ColorMatchingService()
Methods
FindNearestColorIndex
public int FindNearestColorIndex(ColorPalette gmPalette, RgbColor targetColor)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.ColorPalette | gmPalette | |
Aurigma.GraphicsMill.RgbColor | targetColor |
Returns
System.Int32