Skip to main content

Class ColorDiscoveryService

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

Inheritance: System.Object -> ColorDiscoveryService

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

ColorDiscoveryService

public ColorDiscoveryService()

Methods

FindColors

public (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?