Uses of Class
com.itextpdf.kernel.colors.DeviceCmyk
Package
Description
-
Uses of DeviceCmyk in com.itextpdf.kernel.colors
Modifier and TypeFieldDescriptionstatic final DeviceCmyk
DeviceCmyk.BLACK
Predefined black DeviceCmyk colorstatic final DeviceCmyk
DeviceCmyk.CYAN
Predefined cyan DeviceCmyk colorstatic final DeviceCmyk
DeviceCmyk.MAGENTA
Predefined magenta DeviceCmyk colorstatic final DeviceCmyk
DeviceCmyk.YELLOW
Predefined yellow DeviceCmyk colorModifier and TypeMethodDescriptionstatic DeviceCmyk
Color.convertRgbToCmyk
(DeviceRgb rgbColor) ConvertsDeviceRgb
color toDeviceCmyk
colorstatic DeviceCmyk
WebColors.getCMYKColor
(String name) Gives you a DeviceCmyk based on a name.static DeviceCmyk
DeviceCmyk.makeDarker
(DeviceCmyk cmykColor) ReturnsDeviceCmyk
color which is darker than given onestatic DeviceCmyk
DeviceCmyk.makeLighter
(DeviceCmyk cmykColor) ReturnsDeviceCmyk
color which is lighter than given oneModifier and TypeMethodDescriptionstatic DeviceRgb
Color.convertCmykToRgb
(DeviceCmyk cmykColor) ConvertsDeviceCmyk
color toDeviceRgb
colorstatic DeviceCmyk
DeviceCmyk.makeDarker
(DeviceCmyk cmykColor) ReturnsDeviceCmyk
color which is darker than given onestatic DeviceCmyk
DeviceCmyk.makeLighter
(DeviceCmyk cmykColor) ReturnsDeviceCmyk
color which is lighter than given one -
Uses of DeviceCmyk in com.itextpdf.kernel.pdf.annot.da
Modifier and TypeMethodDescriptionAnnotationDefaultAppearance.setColor
(DeviceCmyk cmykColor) Sets theAnnotationDefaultAppearance
's default font color. -
Uses of DeviceCmyk in com.itextpdf.layout.borders
ModifierConstructorDescriptionprotected
Border3D
(DeviceCmyk color, float width) Creates a Border3D instance with the specified width and color.protected
Border3D
(DeviceCmyk color, float width, float opacity) Creates a Border3D instance with the specified width, color and opacity.GrooveBorder
(DeviceCmyk color, float width) Creates a GrooveBorder instance with the specified width and thecmyk color
.GrooveBorder
(DeviceCmyk color, float width, float opacity) Creates a GrooveBorder instance with the specified width, color and opacity.InsetBorder
(DeviceCmyk color, float width) Creates an InsetBorder instance with the specified width and thecmyk color
.InsetBorder
(DeviceCmyk color, float width, float opacity) Creates an InsetBorder instance with the specified width, color and opacity.OutsetBorder
(DeviceCmyk color, float width) Creates an OutsetBorder instance with the specified width and thecmyk color
.OutsetBorder
(DeviceCmyk color, float width, float opacity) Creates an OutsetBorder instance with the specified width, color and opacity.RidgeBorder
(DeviceCmyk color, float width) Creates a RidgeBorder instance with the specified width and thecmyk color
.RidgeBorder
(DeviceCmyk color, float width, float opacity) Creates a RidgeBorder instance with the specified width, color and opacity.