Skip to main content

Class ColorChannelAnalyzer

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

Inheritance: System.Object -> ColorChannelAnalyzer

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

ColorChannelAnalyzer

public ColorChannelAnalyzer()

Methods

GetWidestChannel

public int GetWidestChannel(List<Color> box, ColorSpace colorSpace)
Parameters
TypeNameDescription
System.Collections.Generic.List<Aurigma.GraphicsMill.Color>box
Aurigma.GraphicsMill.ColorSpacecolorSpace
Returns

System.Int32

GetChannelValue

public int GetChannelValue(Color c, int channel, ColorSpace colorSpace)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Colorc
System.Int32channel
Aurigma.GraphicsMill.ColorSpacecolorSpace
Returns

System.Int32

Was this page helpful?