Am 14.09.2015 um 16:36 schrieb Kevin Ternes:
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);

PDColor green = new PDColor(new float[] { 0, 1, 0 }, PDDeviceRGB.INSTANCE);



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to