UXP Toolkit
    Preparing search index...

    A collections class allowing for array access into a document's channels, while also providing familiar methods from ExtendScript, like getByName

    // Iterate through all channels in the document
    app.activeDocument.channels.forEach(h => console.log(h.name));

    Fixes in Photoshop 24.6

    • Component channels should work now correctly in non-English localizations
    • Channel should be now returned correctly in Bitmap and Indexed Color modes

    23.0

    Hierarchy

    Indexable

    • [index: number]: Channel

      Used to access the channels in the collection

    Index

    Accessors

    Methods