Aurigma.GraphicsMill.Core.x64 by Aurigma Inc.

<PackageReference Include="Aurigma.GraphicsMill.Core.x64" Version="9.3.11" />

.NET API 63,775,232 bytes

 Grayscale16Color

public sealed class Grayscale16Color : Color
Represents 16-bit (extended) color value in grayscale color space.
public ushort A { get; }

Gets 16-bit alpha channel value (color opacity).

public ushort L { get; }

Gets 16-bit luminosity channel value.

public Grayscale16Color(Color color)

Initializes a new instance of the Grayscale16Color class with the specified color.

public Grayscale16Color(ushort l)

Initializes a new instance of the Grayscale16Color class with the specified channel values.

public Grayscale16Color(ushort l, ushort a)

Initializes a new instance of the Grayscale16Color class with the specified channel values.

Initializes a new instance of the Grayscale16Color class.