UXP Toolkit
    Preparing search index...

    Reference for sources to be used in Apply Image operations

    objects/options

    24.5

    interface ApplyImageSource {
        channel: ApplyImageChannelType;
        document: Document;
        invert?: boolean;
        layer: ApplyImageLayerType;
    }
    Index

    Properties

    The channel used as a source

    24.5

    document: Document

    The document used as a source

    24.5

    invert?: boolean

    Whether to invert the source or not

    24.5

    false
    

    The layer used as a source

    24.5