pango.attr_color
Module for [AttrColor] class
class AttrColor
Types 1
classAttrColor
The pango.attr_color.AttrColor structure is used to represent attributes that are colors.
Fields
PangoAttrColor _cInstanceMethods
void * _cPtr() nothrowpango.attribute.Attribute attr() @property nothrowGet `attr` field. Returns: the common portion of the attributepango.color.Color color() @property nothrowGet `color` field. Returns: the [pango.color.Color] which is the value of the attributevoid color(pango.color.Color propval) @property nothrowSet `color` field. Params: propval = the [pango.color.Color] which is the value of the attribute