You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: