background color

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

User avatar
Kukurykus
Posts: 528
Joined: Mon Jul 25, 2016 12:36 pm

Re: background color

Post by Kukurykus »

Code: Select all

with(new SolidColor().rgb) for(i in hexValue = 'c8ac88', rgb = [red, green, blue]) rgb[i] = rgb[i] / 255