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() nothrow
pango.attribute.Attribute attr() @property nothrowGet `attr` field. Returns: the common portion of the attribute
pango.color.Color color() @property nothrowGet `color` field. Returns: the [pango.color.Color] which is the value of the attribute
void color(pango.color.Color propval) @property nothrowSet `color` field. Params: propval = the [pango.color.Color] which is the value of the attribute
Constructors
this(void * ptr, Flag!"Take" take)