Class Lab
Representation of a lab color space.
public class Lab : Color
- Inheritance
-
Lab
- Inherited Members
Constructors
Lab(float[], float[])
Creates a lab color using the given white point and color values.
public Lab(float[] whitePoint, float[] value)
Parameters
Lab(float[], float[], float[], float[])
Creates a lab color using the given white point, black point and color values.
public Lab(float[] whitePoint, float[] blackPoint, float[] range, float[] value)
Parameters
whitePoint
float[]Color values for defining the white point
blackPoint
float[]Color values for defining the black point
range
float[]Range for color
value
float[]Color values
Lab(Lab)
Creates a lab color using the given PdfCieBasedCs color space.
public Lab(PdfCieBasedCs.Lab cs)
Parameters
cs
PdfCieBasedCs.LabColor space
Lab(Lab, float[])
Creates a lab color using the given PdfCieBasedCs color space and color values.
public Lab(PdfCieBasedCs.Lab cs, float[] value)
Parameters
cs
PdfCieBasedCs.LabColor space
value
float[]Color values