PangoAttrColor

PangoAttrColor: @attr: the common portion of the attribute @color: the #PangoColor which is the value of the attribute

The #PangoAttrColor structure is used to represent attributes that are colors.

extern (C)
struct PangoAttrColor {
PangoAttribute attr;
PangoColor color;
}

Meta