tsParticles - v4.0.0-beta.12
    Preparing search index...

    Color palette definition

    interface IPalette {
        background: string;
        blendMode: GlobalCompositeOperation;
        colors: SingleOrMultiple<IPaletteColors>;
        name: string;
    }
    Index

    Properties

    background: string

    Background color

    blendMode: GlobalCompositeOperation

    Canvas blend mode

    Palette colors, single or multiple sets

    name: string

    Palette name