UXP Toolkit
    Preparing search index...

    Represents a channel in a Photoshop document. You can access instances of channels using one of these methods:

    // An array of component channels in the document
    const componentChannels = app.activeDocument.componentChannels

    // An array of active (selected) channels in the document
    const activeChannels = app.activeDocument.activeChannels

    // Reference a document's Red channel
    const redChannel = app.activeDocument.channels[0]

    23.0

    Index

    Constructors

    Accessors

    Methods