Method
PangoRendererget_color
since: 1.8
Declaration [src]
PangoColor*
pango_renderer_get_color (
  PangoRenderer* renderer,
  PangoRenderPart part
)
Parameters
- part
- 
            Type: PangoRenderPartThe 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 data is owned by the instance. | 
| The return value can be NULL. |