Reply To: MixedInksGroup Javascripting?

#14323260

Yes, MixedInkGroups and ColorGroups are different things.
To add a mixed ink (or any swatch for that matter) to a ColorGroup, you can do:

var mixedInkSwatch = // as created in your code
app.activeDocument.colorGroups.add(“My Mixed Inks”, [mixedInkSwatch]);

Regards,
MT

This article was last modified on January 17, 2020

Comments (0)

Loading comments...