lohriialo / photoshop-scripting-python

Scripting in Photoshop is used to automate a wide variety of repetitive task or as complex as an entire new feature
485 stars 95 forks source link

Issue changing blue channel of the document to white. Little documentation on channels. #19

Open JtSetRadioFuture opened 1 year ago

JtSetRadioFuture commented 1 year ago

There is a .color method I used here doc = ps.active_document doc.channels.getByName('Blue').color but you cannot set the value of color, cannot call it as a function, it takes no parameters. So, how would you target the blue channel to fill it with a color?