Search found 3 matches

by IAMasd98_
Tue May 04, 2021 11:09 am
Forum: Help Me
Topic: Making adjustment layers..
Replies: 6
Views: 3222

Re: Making adjustment layers..

I really don't get the Action Manager. I checked the documentation, but it didn't really help.. Do you know any guides or something to the Action Manager? Edit: nvm i kind of get it now, that i found ps sdk and with the scriptlistener, BUT i don't find anything related to what are the inputs that th...
by IAMasd98_
Tue May 04, 2021 6:45 am
Forum: Help Me
Topic: Making adjustment layers..
Replies: 6
Views: 3222

Re: Making adjustment layers..

I try to make them like this, but it says i can only change the kind to "NORMAL" or "TEXT".

Code: Select all

const newLayer = app.activeDocument.artLayers.add()
newLayer.kind = LayerKind.BLACKANDWHITE
Am i missing something here?
by IAMasd98_
Mon May 03, 2021 10:32 pm
Forum: Help Me
Topic: Making adjustment layers..
Replies: 6
Views: 3222

Making adjustment layers..

I have managed to make normal layers, but whenever i try to edit it says i can only change the kind to 'normal' or 'text'.
Is it possible to make adjustment layers (like B&W)?