pango.attr_color

Module for [AttrColor] class

class AttrColor

Types 1

The [pango.attr_color.AttrColor] structure is used to represent attributes that are colors.

Fields
PangoAttrColor _cInstance
Methods
void * _cPtr()
pango.attribute.Attribute attr() @propertyGet `attr` field. Returns: the common portion of the attribute
pango.color.Color color() @propertyGet `color` field. Returns: the [pango.color.Color] which is the value of the attribute
void color(pango.color.Color propval) @propertySet `color` field. Params: propval = the [pango.color.Color] which is the value of the attribute
Constructors
this(void * ptr, Flag!"Take" take)