Package com.jgraph.gaeawt.java.awt.color

Examples of com.jgraph.gaeawt.java.awt.color.ICC_ColorSpace


*/
public class ColorTools {

    public BufferedImage relabelColorSpace(BufferedImage bi, ICC_Profile profile)
            throws ImagingOpException {
        ICC_ColorSpace cs = new ICC_ColorSpace(profile);

        return relabelColorSpace(bi, cs);
    }
View Full Code Here

TOP

Related Classes of com.jgraph.gaeawt.java.awt.color.ICC_ColorSpace

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.