Method

WPEWebKitWebViewset_background_color

Declaration [src]

void
webkit_web_view_set_background_color (
  WebKitWebView* web_view,
  WebKitColor* color
)

Description [src]

Sets the color that will be used to draw the web_view background before the actual contents are rendered. Note that if the web page loaded in web_view specifies a background color, it will take precedence over the background color. By default the web_view background color is opaque white.

Available since:2.24

Parameters

color WebKitColor
 

A WebKitColor.

 The data is owned by the caller of the function.