Initializes a new instance of the LabColor class with the specified channel values.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public LabColor( byte l, sbyte a, sbyte b, byte alpha )
Type: System.Byte
A lightness channel value.Type: System.SByte
An A channel value.Type: System.SByte
A B channel value.Type: System.Byte
An alpha channel value.