Question
How to achieve Auto White and Auto Black through jsx?
var desc1 = new ActionDescriptor();
desc1.putBoolean(charIDToTypeID("AuTn"), true); // AuTn = Auto Tone
desc1.putBoolean(charIDToTypeID("????"), true); // ???? = Auto White
desc1.putBoolean(charIDToTypeID("????"), true); // ???? = Auto Black
executeAction(stringIDToTypeID('Adobe Camera Raw Filter'), desc1, DialogModes.NO);How to achieve Auto White and Auto Black through jsx?
The automatic white here, you can use Shift+click to calculate the result, how to achieve this process with jsx?

