Adobe Photoshop CS5 Object Library JS: LayerSet
From 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: LayerQuickLinks
mergeHierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| artLayers | ArtLayers ArtLayer | readonly | The art layers contained in this layer set. |
| enabledChannels | Array of Channel | r/w | The channels that are enabled for the layer set. Must be a list of component channels. |
| layerSets | LayerSets LayerSet | readonly | The layer sets contained within the layer set. |
| layers | Layers Layer | readonly | The layers in this layer set. |
| parent | Object | readonly | The object's container. |
| typename | string | readonly | The 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.3i | Contents :: Index |