@musallam/photoshop-client
    Preparing search index...

    Interface BlendDetails

    Blend options of a layer, including opacity and blend mode.

    interface BlendDetails {
        blendMode?: PhotoshopClient.BlendModeType;
        opacity?: number;
    }
    Index

    Properties

    Properties

    opacity?: number

    Indicates the opacity value of a layer. 0 100