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

    Triangle batch data for rendering

    interface TriangleBatch {
        colorStyle: string;
        coords: number[];
        opacity: number;
    }
    Index

    Properties

    colorStyle: string

    CSS color string

    coords: number[]

    Triangle vertex coordinates [x1,y1, x2,y2, x3,y3]

    opacity: number

    Triangle fill opacity