Lab16Color Constructor (UInt16, Int16, Int16, UInt16)

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

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

Syntax

C#
public Lab16Color(
	ushort l,
	short a,
	short b,
	ushort alpha
)

Parameters

l

Type: System.UInt16

A lightness channel value.
a

Type: System.Int16

An A channel value.
b

Type: System.Int16

A B channel value.
alpha

Type: System.UInt16

An alpha channel value.

See Also

Reference