Function

HarfBuzz-0.0HarfBuzzpaint_radial_gradientSince 7.0.0

  • Perform a "radial-gradient" paint operation.

    Parameters

    • funcs: paint_funcs_t

      paint functions

    • paint_data: any

      associated data passed by the caller

    • color_line: color_line_t

      Color information for the gradient

    • x0: number

      X coordinate of the first circle's center

    • y0: number

      Y coordinate of the first circle's center

    • r0: number

      radius of the first circle

    • x1: number

      X coordinate of the second circle's center

    • y1: number

      Y coordinate of the second circle's center

    • r1: number

      radius of the second circle

    Returns void

    7.0.0