Method
PangoRendererget_color
since: 1.8
Declaration [src]
PangoColor*
pango_renderer_get_color (
PangoRenderer* renderer,
PangoRenderPart part
)
Parameters
part
-
Type:
PangoRenderPart
The part to get the color for.
Return value
Type: PangoColor
The color for the
specified part, or NULL
if it hasn’t been set and should be
inherited from the environment.
The returned data is owned by the instance. |
The return value can be NULL . |