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 DeviceRgbColor. convertCmykToRgb(DeviceCmyk cmykColor)ConvertsDeviceCmykcolor toDeviceRgbcolorstatic DeviceRgbWebColors. getRGBColor(java.lang.String name)Gives you a DeviceRgb based on a name.static DeviceRgbDeviceRgb. makeDarker(DeviceRgb rgbColor)ReturnsDeviceRgbcolor which is darker than given onestatic DeviceRgbDeviceRgb. makeLighter(DeviceRgb rgbColor)ReturnsDeviceRgbcolor which is lighter than given oneMethods in com.itextpdf.kernel.colors with parameters of type DeviceRgb Modifier and Type Method Description static DeviceCmykColor. convertRgbToCmyk(DeviceRgb rgbColor)ConvertsDeviceRgbcolor toDeviceCmykcolorstatic DeviceRgbDeviceRgb. makeDarker(DeviceRgb rgbColor)ReturnsDeviceRgbcolor which is darker than given onestatic DeviceRgbDeviceRgb. makeLighter(DeviceRgb rgbColor)ReturnsDeviceRgbcolor 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 AnnotationDefaultAppearanceAnnotationDefaultAppearance. 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 DeviceRgbBorder3D. GRAYPredefined grayRGB-colorConstructors 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.
-