tsParticles - v0.0.0
    Preparing search index...
    • Draws an ellipse for the given particle.

      Parameters

      • context: CanvasRenderingContext2D

        The canvas context.

      • particle: Particle

        The particle to draw.

      • fillColorValue: IHsl | undefined

        The particle fill color.

      • radius: number

        The radius of the particle.

      • opacity: number

        The opacity of the particle.

      • width: number

        The width of the particle.

      • rotation: number

        The rotation of the particle.

      • start: number

        The start angle of the particle.

      • end: number

        The end angle of the particle.

      Returns void