Skip to main content

Interface IColorDiscoveryService

Namespace: Aurigma.DesignAtoms.ImageProcessing.Services
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public interface IColorDiscoveryService

Methods

FindColors

(List<Color> Colors, Stream ProcessedStream) FindColors(Stream imageStream, int maxColorLimit, Color paletteReferenceColor = null)
Parameters
TypeNameDescription
System.IO.StreamimageStream
System.Int32maxColorLimit
Aurigma.GraphicsMill.ColorpaletteReferenceColor
Returns

System.ValueTuple<System.Collections.Generic.List<Aurigma.GraphicsMill.Color>,System.IO.Stream>

Was this page helpful?