Method

WebKit2ColorChooserRequestset_rgba

since: 2.8

Declaration [src]

void
webkit_color_chooser_request_set_rgba (
  WebKitColorChooserRequest* request,
  const GdkRGBA* rgba
)

Description [src]

Sets the current GdkRGBA color of request.

Available since: 2.8

Parameters

rgba

Type: GdkRGBA

A pointer GdkRGBA.

The data is owned by the caller of the method.