Adobe Photoshop CS5 Object Library JS: LayerSet

Photoshop CS5

Class

LayerSet

 A group of layer objects, which can include art layer objects and other (nested) layer set objects. A single command or set of commands manipulates all layers in a layer set object. Base Class: Layer

QuickLinks

merge

Hierarchy

Object
Layer
LayerSet

Properties

PropertyTypeAccessDescription
artLayersArtLayers ArtLayer readonlyThe art layers contained in this layer set.
enabledChannels Array of Channel r/wThe channels that are enabled for the layer set. Must be a list of component channels.
layerSetsLayerSets LayerSet readonlyThe layer sets contained within the layer set.
layersLayers Layer readonlyThe layers in this layer set.
parentObject readonlyThe object's container.
typenamestring readonlyThe class name of the object.

Methods

Instances

ArtLayer merge ()
Merges the layer set.

Used in:

void Layer.moveToEnd ([layerSet: LayerSet])

Return

LayerSet LayerSets.[] (index: uint)

LayerSet LayerSets.add ()

LayerSet LayerSets.getByName (name: string)

Jongware, 28-Aug-2012 v3.0.3iContents :: Index