Grayscale16Color Constructor (UInt16, UInt16)

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

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public Grayscale16Color(
	ushort l,
	ushort a
)

Parameters

l

Type: System.UInt16

An luminosity channel value.
a

Type: System.UInt16

An alpha channel value.

See Also

Reference