UXP Toolkit
    Preparing search index...

    Reference for sources (source1, source2, mask) to be used in CalculationsOptions.

    objects/options

    24.5

    interface CalculationsSource {
        channel: CalculationsChannelType;
        document: Document;
        invert?: boolean;
        layer: CalculationsLayerType;
    }
    Index

    Properties

    The channel used as a source: either a Channel instance or one of the Constants.CalculationsChannel values.

    24.5

    document: Document

    The document used as a source

    24.5

    invert?: boolean

    Whether to invert the source or not

    false
    

    24.5

    layer: CalculationsLayerType

    Either a layer or the pseudo-layer that represents the merged result of all layers, the constant Constants.CalculationsLayer.MERGED.

    24.5