Color Settings

Anyone, especially newbies, asking for help with Photoshop Scripting and Photoshop Automation - as opposed to those contributing to discussion about an aspect of Photoshop Scripting

Moderators: Tom, Kukurykus

newuser666

Color Settings

Post by newuser666 »

Hi

Am trying to change the default Intent and default value of Use Black Point Compensation settings under Color Settings via java script. Any ideas how this can be achieved.

1) So am trying to first read the default values and store in variable OriginalIntent
2) Change it to a new value
3) Do some stuff and in the end, change it back to the default by using the variable OriginalIntent.

Hope that makes sense. Thanks in advance.

Regards