layers
Layers
Bases: Photoshop
The layers collection in the document.
Source code in photoshop/api/_layers.py
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
|
getByName(name)
Get the first element in the collection with the provided name.
Source code in photoshop/api/_layers.py
45 46 47 48 49 50 |
|
removeAll()
Deletes all elements.
Source code in photoshop/api/_layers.py
33 34 35 36 |
|
Last update: 2024-11-27
Created: 2024-11-27
Created: 2024-11-27