If i get the gstate of a pdfpath that has a deviceN fill color, GState.fillColorSpec.value.color[x] is always 0, should't it contain the tint value?
PDEDeviceNColorsGetColorValue(GState.fillColorSpec.value.colorObj2,x) does give the correct tint
My issue is i have to change the tint for certain colorspaces, i have tried setting GState.fillColorSpec.value.color[x] with PDEElementSetGState but there is no affect.
How can you change the fill value for an element under a device n colorspace?