paintLinearGradient

Perform a "linear-gradient" paint operation.

void
paintLinearGradient

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 point

y0 float

Y coordinate of the first point

x1 float

X coordinate of the second point

y1 float

Y coordinate of the second point

x2 float

X coordinate of the third point

y2 float

Y coordinate of the third point