class Pango::AttrColor
- Pango::AttrColor
- Reference
- Object
Overview
The Pango::AttrColor
structure is used to represent attributes that
are colors.
Defined in:
lib/gi-crystal/src/auto/pango-1.0/attr_color.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibPango::AttrColor, transfer : GICrystal::Transfer)
- .new(attr : Pango::Attribute | Nil = nil, color : Pango::Color | Nil = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #attr : Pango::Attribute
- #attr=(value : Pango::Attribute)
- #color : Pango::Color
- #color=(value : Pango::Color)
- #to_unsafe
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.