tsParticles - v4.0.0-beta.12
    Preparing search index...
    • Draws an ellipse for the given particle.

      Parameters

      • container: OrbitContainer

        The container

      • context: OffscreenCanvasRenderingContext2D

        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