Namespace: BitMiracle.Docotic.Pdf
public PdfLabColor( PdfColorSpace colorSpace, double l, double a, double b )
Public Sub New ( colorSpace As PdfColorSpace, l As Double, a As Double, b As Double )
L* component value must be a number between 0 and 100. Values for a* and b* components must be within the range defined by the L*a*b* color space specified by the colorSpace parameter.
The color space specified by the colorSpace parameter must be either a PdfLabColorSpace or a color space for which the alternate color space is a PdfLabColorSpace.