var paths = app.activeDocument.pathItems;
for (var a = 0; a < paths.length; a++) {
path[a].fillcolor // ti is undefined
}
who can tell me how to get fillcolor of multiple pathItems?
jelly
thx.
var paths = app.activeDocument.pathItems;
for (var a = 0; a < paths.length; a++) {
path[a].fillcolor // ti is undefined
}
who can tell me how to get fillcolor of multiple pathItems?
jelly
thx.