Select to view content in your preferred language

CIM CMYK

26
0
3 hours ago
JaneCopeland1
New Contributor II

Can someone tell me how to change the color space of a polygon from the default RGB to CMYK?

I've tried this:

cim_lyr = lyr.getDefinition("V3")
symLvl2.color.type = "CIMCMYKColor"
symLv2.color.values = [18, 7, 2, 0, 50]
lyr.setDefinition(cim_lyr)

and 

symLvl2.color.colorSpace = "CIMCMYKColor" (also tried this with a 2 instead of CIMCMYKColor)
symLv2.color.values = [18, 7, 2, 0, 50]

The polygon symbol always comes up completely transparent.

0 Kudos
0 Replies