tsParticles - v0.0.0
    Preparing search index...

    Options for configuring canvas blend/composite operations This allows particles to use different blend modes when drawn [[include:Options/Blend.md]]

    interface IBlend {
        enable: boolean;
        mode: GlobalCompositeOperation;
    }

    Implemented by

    Index

    Properties

    Properties

    enable: boolean

    This property set the blend mode, this mode enables the composite option to all elements drawn.

    mode: GlobalCompositeOperation

    This property is used to choose the composition mode for the blend effect.

    The default value is destination-out, which unveils the background below using drawn elements, any other valid value can be found here