Open contrast mask window
I would like to open the unsharp mask window from this script that I found on the forum
I know I could do it from ScriptingListener
but I prefer this more synthetic script
this is the starting script
var docRef = app.activeDocument;
docRef.activeLayer.applyUnSharpMask(200, 1, 0)
I would like to add
DialogModes.ALL