public class Lab extends Color
colorSpace, colorValue| Constructor and Description |
|---|
Lab(float[] whitePoint,
float[] value)
Creates a lab color using the given white point and color values.
|
Lab(float[] whitePoint,
float[] blackPoint,
float[] range,
float[] value)
Creates a lab color using the given white point, black point and color values.
|
Lab(PdfCieBasedCs.Lab cs)
Creates a lab color using the given
PdfCieBasedCs color space. |
Lab(PdfCieBasedCs.Lab cs,
float[] value)
Creates a lab color using the given
PdfCieBasedCs color space and color values. |
convertCmykToRgb, convertRgbToCmyk, createColorWithColorSpace, equals, getColorSpace, getColorValue, getNumberOfComponents, hashCode, makeColor, makeColor, setColorValuepublic Lab(PdfCieBasedCs.Lab cs)
PdfCieBasedCs color space.cs - Color spacepublic Lab(PdfCieBasedCs.Lab cs, float[] value)
PdfCieBasedCs color space and color values.cs - Color spacevalue - Color valuespublic Lab(float[] whitePoint,
float[] value)
whitePoint - Color values for defining the white pointvalue - Color valuespublic Lab(float[] whitePoint,
float[] blackPoint,
float[] range,
float[] value)
whitePoint - Color values for defining the white pointblackPoint - Color values for defining the black pointrange - Range for colorvalue - Color valuesCopyright © 1998–2024 Apryse Group NV. All rights reserved.