Hello all,
I'm trying to find how to delete color in swatch without replacing with black. When I use this:
myDocument.colors.item("test").remove();
then my "test" color is replaced with black. Is there any way to delete it by script without replacing (unnamed swatch)?