Uses of Class
com.itextpdf.io.colors.IccProfile
 
     
      Packages that use IccProfile
     
 
      
     -  
        
Uses of IccProfile in com.itextpdf.io.colors
Methods in com.itextpdf.io.colors that return IccProfileModifier and TypeMethodDescriptionstatic IccProfileIccProfile.getInstance(byte[] data) Construct an icc profile from the passed byte[], using the passed number of components.static IccProfileIccProfile.getInstance(byte[] data, int numComponents) Construct an icc profile from the passed byte[], using the passed number of components.static IccProfileIccProfile.getInstance(RandomAccessFileOrArray file) Construct an icc profile from the passed random-access file or array.static IccProfileIccProfile.getInstance(InputStream stream) Construct an icc profile from the passed InputStream.static IccProfileIccProfile.getInstance(String filename) Construct an icc profile from the file found at the passed path -  
        
Uses of IccProfile in com.itextpdf.io.image
Fields in com.itextpdf.io.image declared as IccProfileMethods in com.itextpdf.io.image that return IccProfileMethods in com.itextpdf.io.image with parameters of type IccProfile -  
        
Uses of IccProfile in com.itextpdf.kernel.pdf.colorspace
Methods in com.itextpdf.kernel.pdf.colorspace with parameters of type IccProfileModifier and TypeMethodDescriptionstatic PdfStreamPdfCieBasedCs.IccBased.getIccProfileStream(IccProfile iccProfile) static PdfStreamPdfCieBasedCs.IccBased.getIccProfileStream(IccProfile iccProfile, float[] range)