Initializes a new instance of the Lab16Color class with the specified channel values.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Lab16Color( ushort l, short a, short b, ushort alpha )
Type: System.UInt16
A lightness channel value.Type: System.Int16
An A channel value.Type: System.Int16
A B channel value.Type: System.UInt16
An alpha channel value.