paintColor
fn
void paintColor(harfbuzz.paint_funcs.PaintFuncs funcs, void * paintData, harfbuzz.types.Bool isForeground, harfbuzz.types.Color color)Perform a "color" paint operation.
Parameters
funcs | paint functions |
paintData | associated data passed by the caller |
isForeground | whether the color is the foreground |
color | The color to use |