Uses of Class
com.itextpdf.kernel.colors.DeviceRgb
-
Packages that use DeviceRgb Package Description com.itextpdf.kernel.colors com.itextpdf.kernel.pdf.annot.da com.itextpdf.layout.borders -
-
Uses of DeviceRgb in com.itextpdf.kernel.colors
Methods in com.itextpdf.kernel.colors that return DeviceRgb Modifier and Type Method Description static DeviceRgb
Color. convertCmykToRgb(DeviceCmyk cmykColor)
ConvertsDeviceCmyk
color toDeviceRgb
colorstatic DeviceRgb
WebColors. getRGBColor(java.lang.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 oneMethods in com.itextpdf.kernel.colors with parameters of type DeviceRgb Modifier and Type Method Description static 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
Methods in com.itextpdf.kernel.pdf.annot.da with parameters of type DeviceRgb Modifier and Type Method Description AnnotationDefaultAppearance
AnnotationDefaultAppearance. setColor(DeviceRgb rgbColor)
Sets theAnnotationDefaultAppearance
's default font color. -
Uses of DeviceRgb in com.itextpdf.layout.borders
Fields in com.itextpdf.layout.borders declared as DeviceRgb Modifier and Type Field Description private static DeviceRgb
Border3D. GRAY
Predefined grayRGB-color
Constructors in com.itextpdf.layout.borders with parameters of type DeviceRgb Constructor Description Border3D(DeviceRgb color, float width)
Creates a Border3D instance with the specified width and color.Border3D(DeviceRgb color, float width, float opacity)
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.
-