Class ImageColorGradient
Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.ColorGradient.Model
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class ImageColorGradient
Inheritance: System.Object -> ImageColorGradient
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
ImageColorGradient
public ImageColorGradient(GradientVector[, ] gradientVectors)
Properties
Width
public int Width { get; }
Height
public int Height { get; }
Methods
GetGradientAt
public GradientVector GetGradientAt(int x, int y)
Parameters
| Type | Name | Description |
|---|---|---|
System.Int32 | x | |
System.Int32 | y |
Returns
Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.ColorGradient.Model.GradientVector