paintRadialGradient

fnvoid paintRadialGradient(harfbuzz.paint_funcs.PaintFuncs funcs, void * paintData, harfbuzz.color_line.ColorLine colorLine, float x0, float y0, float r0, float x1, float y1, float r1)

Perform a "radial-gradient" paint operation.

Parameters

funcspaint functions
paintDataassociated data passed by the caller
colorLineColor information for the gradient
x0X coordinate of the first circle's center
y0Y coordinate of the first circle's center
r0radius of the first circle
x1X coordinate of the second circle's center
y1Y coordinate of the second circle's center
r1radius of the second circle