Package | Description |
---|---|
com.itextpdf.kernel.colors | |
com.itextpdf.kernel.pdf.annot.da |
Modifier and Type | Field and Description |
---|---|
static DeviceCmyk |
DeviceCmyk.BLACK
Predefined black DeviceCmyk color
|
static DeviceCmyk |
DeviceCmyk.CYAN
Predefined cyan DeviceCmyk color
|
static DeviceCmyk |
DeviceCmyk.MAGENTA
Predefined magenta DeviceCmyk color
|
static DeviceCmyk |
DeviceCmyk.YELLOW
Predefined yellow DeviceCmyk color
|
Modifier and Type | Method and Description |
---|---|
static DeviceCmyk |
Color.convertRgbToCmyk(DeviceRgb rgbColor)
Converts
DeviceRgb color to
DeviceCmyk color |
static DeviceCmyk |
WebColors.getCMYKColor(String name)
Gives you a DeviceCmyk based on a name.
|
static DeviceCmyk |
DeviceCmyk.makeDarker(DeviceCmyk cmykColor)
Returns
DeviceCmyk color which is darker than given one |
static DeviceCmyk |
DeviceCmyk.makeLighter(DeviceCmyk cmykColor)
Returns
DeviceCmyk color which is lighter than given one |
Modifier and Type | Method and Description |
---|---|
static DeviceRgb |
Color.convertCmykToRgb(DeviceCmyk cmykColor)
Converts
DeviceCmyk color to
DeviceRgb color |
static DeviceCmyk |
DeviceCmyk.makeDarker(DeviceCmyk cmykColor)
Returns
DeviceCmyk color which is darker than given one |
static DeviceCmyk |
DeviceCmyk.makeLighter(DeviceCmyk cmykColor)
Returns
DeviceCmyk color which is lighter than given one |
Modifier and Type | Method and Description |
---|---|
AnnotationDefaultAppearance |
AnnotationDefaultAppearance.setColor(DeviceCmyk cmykColor)
Sets the
AnnotationDefaultAppearance 's default font color. |
Copyright © 1998–2023 Apryse Group NV. All rights reserved.