Class ColorChannelAnalyzer
Namespace: Aurigma.DesignAtoms.ImageProcessing.Services
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class ColorChannelAnalyzer
Inheritance: System.Object -> ColorChannelAnalyzer
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
ColorChannelAnalyzer
public ColorChannelAnalyzer()
Methods
GetWidestChannel
public int GetWidestChannel(List<Color> box, ColorSpace colorSpace)
Parameters
| Type | Name | Description |
|---|---|---|
System.Collections.Generic.List<Aurigma.GraphicsMill.Color> | box | |
Aurigma.GraphicsMill.ColorSpace | colorSpace |
Returns
System.Int32
GetChannelValue
public int GetChannelValue(Color c, int channel, ColorSpace colorSpace)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.Color | c | |
System.Int32 | channel | |
Aurigma.GraphicsMill.ColorSpace | colorSpace |
Returns
System.Int32