Method

WebKit2ColorChooserRequestget_rgba

since: 2.8

Declaration [src]

void
webkit_color_chooser_request_get_rgba (
  WebKitColorChooserRequest* request,
  GdkRGBA* rgba
)

Description [src]

Gets the current GdkRGBA color of request.

Available since: 2.8

Parameters

rgba

Type: GdkRGBA

A GdkRGBA to fill in with the current color.

The argument will be set by the function.
The returned data is owned by the instance.