Namespace: BitMiracle.Docotic.Pdf
public PdfLabColor( PdfColorProfile colorProfile, double l, double a, double b )
Public Sub New ( colorProfile As PdfColorProfile, 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 of the color profile specified by the colorProfile parameter.
The underlying color space of the color profile specified by the colorProfile parameter must be either a PdfLabColorSpace or a color space for which the alternate color space is a PdfLabColorSpace.