Is it possible to change the selection color for an item/path from the default blue?
For example, say I clicked on a path to select it:
event.item.selected = true;
Is there something like:
event.item.selectioncolor = new RgbColor(red, green, blue);
Thanks