Class |
Channel | ||||||||||||||||||||||||||||||||||||
| Object that stores information about a color element in the image, analogous to a plate in the printing process that applies a single color. The document's color mode determines the number of default channels. For example, an RGB document has four default channels: A composite channel: RGB; and three component channels: red, green, and blue. A channel can also be an alpha channel, which stores selections as masks; or a spot channel, which stores spot colors. | |||||||||||||||||||||||||||||||||||||
QuickLinks |
duplicate, duplicate, merge, remove, removeAll | ||||||||||||||||||||||||||||||||||||
Hierarchy | |||||||||||||||||||||||||||||||||||||
Properties |
| ||||||||||||||||||||||||||||||||||||
Methods | InstancesChannel duplicate (relativeObject:
Object, insertionLocation:
ElementPlacement)
Channel duplicate ([targetDocument:
Document])
void merge () | ||||||||||||||||||||||||||||||||||||
Element of |
Document.activeChannels Document.componentChannels LayerSet.enabledChannels | ||||||||||||||||||||||||||||||||||||
Used in: | void Document.autoCount (channel: Channel, threshold: int) void Selection.load (from: Channel[, combination: SelectionType=SelectionType.REPLACE][, inverting: bool=false]) void Selection.store (into: Channel[, combination: SelectionType=SelectionType.REPLACE]) | ||||||||||||||||||||||||||||||||||||
Return |
Channel Channel.duplicate (relativeObject: Object, insertionLocation: ElementPlacement) Channel Channel.duplicate ([targetDocument: Document]) Channel Channels.[] (index: uint) Channel Channels.add () Channel Channels.getByName (name: string) |
| Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |