GrayscaleColor Constructor (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
)

Parameters

l

Type: System.Byte

An luminosity channel value.

See Also

Reference