5
Avoid recent colours
Engaged
,
/t5/photoshop-ecosystem-discussions/avoid-recent-colours/td-p/14623684
May 17, 2024
May 17, 2024
Copy link to clipboard
Copied
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?
TOPICS
Actions and scripting
,
Windows
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explore related tutorials & articles
People's Champ
,
LATEST
/t5/photoshop-ecosystem-discussions/avoid-recent-colours/m-p/14624653#M810171
May 17, 2024
May 17, 2024
Copy link to clipboard
Copied
I think that this is impossible.
You can try changing the finished script so that it does not use fore(back)groundColor.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

