paintRadialGradient

Perform a "radial-gradient" paint operation.

void
paintRadialGradient

Parameters

funcs harfbuzz.paint_funcs.PaintFuncs

paint functions

paintData void*

associated data passed by the caller

colorLine harfbuzz.color_line.ColorLine

Color information for the gradient

x0 float

X coordinate of the first circle's center

y0 float

Y coordinate of the first circle's center

r0 float

radius of the first circle

x1 float

X coordinate of the second circle's center

y1 float

Y coordinate of the second circle's center

r1 float

radius of the second circle