Method
Pango.Renderer.set_color
Declaration [src]
void
pango_renderer_set_color (
PangoRenderer* renderer,
PangoRenderPart part,
const PangoColor* color
)
Description [src]
Sets the color for part of the rendering.
Also see pango_renderer_set_alpha()
.
Available since: | 1.8 |
Parameters
part |
PangoRenderPart |
the part to change the color of |
|
color |
PangoColor |
the new color or |
|
Can be NULL | |
The data is owned by the caller of the function |