Method
WPEWebKitInputMethodUnderlineset_color
since: 2.28
Declaration [src]
void
webkit_input_method_underline_set_color (
WebKitInputMethodUnderline* underline,
WebKitColor* color
)
Description [src]
Set the color of the underline. If rgba
is NULL
the foreground text color will be used
for the underline too.
Available since: 2.28
Parameters
color
-
Type:
WebKitColor
A
WebKitColor
orNULL
.The argument can be NULL
.The data is owned by the caller of the function.