Uses of Class
com.itextpdf.kernel.colors.DeviceRgb
 
     
      Packages that use DeviceRgb
     
 
     
       Package
      
 
      
       Description
      
 
       
      -  
        
Uses of DeviceRgb in com.itextpdf.kernel.colors
Methods in com.itextpdf.kernel.colors that return DeviceRgbModifier and TypeMethodDescriptionstatic DeviceRgbColor.convertCmykToRgb(DeviceCmyk cmykColor) ConvertsDeviceCmykcolor toDeviceRgbcolorstatic DeviceRgbWebColors.getRGBColor(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 DeviceRgbModifier and TypeMethodDescriptionstatic 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 -  
        
Uses of DeviceRgb in com.itextpdf.layout.borders
Constructors in com.itextpdf.layout.borders with parameters of type DeviceRgbModifierConstructorDescriptionprotectedCreates a Border3D instance with the specified width and color.protectedCreates 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.