Skip to main content
Inspiring
May 17, 2024
Question

Avoid recent colours

  • May 17, 2024
  • 1 reply
  • 202 views

Is there a way in Photoshop Scripting to avoid adding a newly created colour to the recent colour list?

Sorta like: 

    var tempColor = new SolidColor;
    tempColor.rgb.hexValue = hexcolour;
    foregroundColor.addRecentColor = false; // I made this up - can you tell?
    foregroundColor = tempColor;

 

 

Susupend history doesn't seem to work - but I'm calling functions from functions. - Es complex, init?

 

This topic has been closed for replies.

1 reply

Legend
May 17, 2024
I think that this is impossible.
You can try changing the finished script so that it does not use fore(back)groundColor.