Skip to main content
Participating Frequently
April 14, 2022
Question

How to achieve Auto White and Auto Black through jsx?

  • April 14, 2022
  • 1 reply
  • 273 views
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?

This topic has been closed for replies.

1 reply

Participating Frequently
April 14, 2022

The previous question has not been clearly expressed and has not been answered. This question is very important, and I hope more people will see it, especially for adobe developers, or people like r-bin who can actually answer the question.