Skip to main content

Class GradientVector

Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.ColorGradient.Model
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class GradientVector

Inheritance: System.Object -> GradientVector

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

GradientVector

public GradientVector(VectorInt luminosityGradient, VectorInt alphaGradient)

Properties

Zero

public static GradientVector Zero { get; }

Luminosity

public VectorInt Luminosity { get; }

Alpha

public VectorInt Alpha { get; }

IsZero

public bool IsZero { get; }
Was this page helpful?