Skip to main content

Class GrayscalePixel

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

Inheritance: System.Object -> GrayscalePixel

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

GrayscalePixel

public GrayscalePixel(byte luminosity, byte alpha)

Properties

Luminosity

public byte Luminosity { get; }

Alpha

public byte Alpha { get; }
Was this page helpful?