Function

Gdkcairo_set_source_rgba

since: 3.0

Declaration [src]

void
gdk_cairo_set_source_rgba (
  cairo_t* cr,
  const GdkRGBA* rgba
)

Description [src]

Sets the specified GdkRGBA as the source color of cr.

Available since: 3.0

Parameters

cr

Type: cairo_t

A cairo context.

The data is owned by the caller of the function.
rgba

Type: GdkRGBA

A GdkRGBA.

The data is owned by the caller of the function.