tsParticles - v0.0.0
    Preparing search index...
    interface IDrawParticleParams {
        colorStyles: IParticleColorStyle;
        container: Container;
        context: CanvasRenderingContext2D;
        delta: IDelta;
        opacity: number;
        particle: Particle;
        radius: number;
        transform: Partial<IParticleTransformValues>;
    }
    Index

    Properties

    colorStyles: IParticleColorStyle

    The color styles value

    container: Container

    The container of the particle

    context: CanvasRenderingContext2D

    The canvas context to draw on

    delta: IDelta

    This variable contains the delta between the current frame and the previous frame

    opacity: number

    The opacity of the particle

    particle: Particle

    The particle to draw

    radius: number

    The radius of the particle

    transform: Partial<IParticleTransformValues>

    The particle transform values