I do not see how to instate a PDColor. In particular, what goes in to the PDColorSpace field of the constructor? For example:
float[] greenComponents = {0, 1, 0};
ColorSpace colorSpace = ????
PDColor pdColorGreen = new PDColor(greenComponents, colorSpace);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

