public class LabColor extends ExtendedColor
type, TYPE_CMYK, TYPE_DEVICEN, TYPE_GRAY, TYPE_LAB, TYPE_PATTERN, TYPE_RGB, TYPE_SEPARATION, TYPE_SHADING
Constructor and Description |
---|
LabColor(PdfLabColor labColorSpace, float l, float a, float b) |
Modifier and Type | Method and Description |
---|---|
float |
getA() |
float |
getB() |
float |
getL() |
PdfLabColor |
getLabColorSpace() |
BaseColor |
toRgb() |
getType, getType
public LabColor(PdfLabColor labColorSpace, float l, float a, float b)
public PdfLabColor getLabColorSpace()
public float getL()
public float getA()
public float getB()
public BaseColor toRgb()
Copyright © 2016. All rights reserved.