LabColor Constructor (Byte, SByte, SByte)

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

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

Syntax

C#
public LabColor(
	byte l,
	sbyte a,
	sbyte b
)

Parameters

l

Type: System.Byte

A lightness channel value.
a

Type: System.SByte

An A channel value.
b

Type: System.SByte

A B channel value.

See Also

Reference