GrayscaleColor Constructor (Byte, Byte)

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

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

Syntax

C#
public GrayscaleColor(
	byte l,
	byte a
)

Parameters

l

Type: System.Byte

An luminosity channel value.
a

Type: System.Byte

An alpha channel value.

See Also

Reference