Package org.apache.pdfbox.pdmodel.graphics.color

Examples of org.apache.pdfbox.pdmodel.graphics.color.PDIndexed.calculateColorValues()


        if (colorSpace != null)
        {
            PDIndexed indexed = (PDIndexed) colorSpace;
            colorSpace = indexed.getBaseColorSpace();
            COSInteger colorValue = (COSInteger)arguments.get(0);
            colorInstance.setColorSpaceValue(indexed.calculateColorValues(colorValue.intValue()));
        }
    }
}
View Full Code Here


        if (colorSpace != null)
        {
            PDIndexed indexed = (PDIndexed) colorSpace;
            colorSpace = indexed.getBaseColorSpace();
            COSInteger colorValue = (COSInteger)arguments.get(0);
            colorInstance.setColorSpaceValue(indexed.calculateColorValues(colorValue.intValue()));
        }
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.