pixi.js
    Preparing search index...

    Type Alias GradientType

    GradientType: "linear" | "radial"

    Defines the type of gradient to create.

    It can be:

    • 'linear': A linear gradient that transitions colors along a straight line.
    • 'radial': A radial gradient that transitions colors in a circular pattern from an inner circle to an outer circle.