Uses of Class
com.itextpdf.kernel.colors.DeviceRgb
Package
Description
-
Uses of DeviceRgb in com.itextpdf.kernel.colors
Modifier and TypeMethodDescriptionstatic DeviceRgb
Color.convertCmykToRgb
(DeviceCmyk cmykColor) ConvertsDeviceCmyk
color toDeviceRgb
colorstatic DeviceRgb
WebColors.getRGBColor
(String name) Gives you a DeviceRgb based on a name.static DeviceRgb
DeviceRgb.makeDarker
(DeviceRgb rgbColor) ReturnsDeviceRgb
color which is darker than given onestatic DeviceRgb
DeviceRgb.makeLighter
(DeviceRgb rgbColor) ReturnsDeviceRgb
color which is lighter than given oneModifier and TypeMethodDescriptionstatic DeviceCmyk
Color.convertRgbToCmyk
(DeviceRgb rgbColor) ConvertsDeviceRgb
color toDeviceCmyk
colorstatic DeviceRgb
DeviceRgb.makeDarker
(DeviceRgb rgbColor) ReturnsDeviceRgb
color which is darker than given onestatic DeviceRgb
DeviceRgb.makeLighter
(DeviceRgb rgbColor) ReturnsDeviceRgb
color which is lighter than given one -
Uses of DeviceRgb in com.itextpdf.kernel.pdf.annot.da
-
Uses of DeviceRgb in com.itextpdf.layout.borders
ModifierConstructorDescriptionprotected
Creates a Border3D instance with the specified width and color.protected
Creates a Border3D instance with the specified width, color and opacity.GrooveBorder
(DeviceRgb color, float width) Creates a GrooveBorder instance with the specified width and thergb color
.GrooveBorder
(DeviceRgb color, float width, float opacity) Creates a GrooveBorder instance with the specified width, color and opacity.InsetBorder
(DeviceRgb color, float width) Creates an InsetBorder instance with the specified width and thergb color
.InsetBorder
(DeviceRgb color, float width, float opacity) Creates an InsetBorder instance with the specified width, color and opacity.OutsetBorder
(DeviceRgb color, float width) Creates an OutsetBorder instance with the specified width and thergb color
.OutsetBorder
(DeviceRgb color, float width, float opacity) Creates an OutsetBorder instance with the specified width, color and opacity.RidgeBorder
(DeviceRgb color, float width) Creates a RidgeBorder instance with the specified width and thergb color
.RidgeBorder
(DeviceRgb color, float width, float opacity) Creates a RidgeBorder instance with the specified width, color and opacity.