Photoshop Layer methods
Methods
-
staticDuPSLayer.document(layer){Document}
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 14416 -
Gets the document containing the layer
Name Type Description layer
ArtLayer | LayerSet The layer Returns:
Type Description Document -
staticDuPSLayer.embed(layerIndex)
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 14262 -
Embed the layer if it's a linked smart object
Name Type Description layerIndex
int The index of the layer to embed -
staticDuPSLayer.embedLinkedLayers(layerSet)
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 14277 -
Embed all linked smart objects in the layer set
Name Type Description layerSet
LayerSet | Document The layer set -
staticDuPSLayer.getInfluencedLayers(adjustmentLayer){Array.<ArtLayer>}
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 14457 -
Gets all layers which are influenced by the adjustment layer
Name Type Description adjustmentLayer
ArtLayer The adjustment layer Returns:
Type Description Array.<ArtLayer> The layers -
staticDuPSLayer.getInfluenceGroup(adjustmentLayer){LayerSet|Document}
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 14489 -
Gets the group in which the adjustment layer has some influence
Name Type Description adjustmentLayer
ArtLayer Returns:
Type Description LayerSet | Document The group where all layers under the adjustment layer are influenced. -
staticDuPSLayer.getLayers(layerSet, under){Array.<ArtLayer>}
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 14429 -
Recursively gets all layers in a set, from bottom to top
Name Type Description layerSet
LayerSet The set under
ArtLayer | LayerSet A layer under which to get other layers Returns:
Type Description Array.<ArtLayer> The layers -
staticDuPSLayer.rasterize3DLayers(layerSet)
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 14367 -
Rasterizes all 3D layers in the layer set
Name Type Description layerSet
LayerSet | Document The layer set -
staticDuPSLayer.rasterizeShapeLayers(layerSet)
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 14322 -
Rasterizes all shape layers in the layer set
Name Type Description layerSet
LayerSet | Document The layer set -
staticDuPSLayer.rasterizeSmartObjects(layerSet)
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 14300 -
Rasterizes all smart objects in the layer set
Name Type Description layerSet
LayerSet | Document The layer set -
staticDuPSLayer.rasterizeTextLayers(layerSet)
D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 14344 -
Rasterizes all text layers in the layer set
Name Type Description layerSet
LayerSet | Document The layer set