class HarfBuzz::OtColorLayerT
- HarfBuzz::OtColorLayerT
- Reference
- Object
Overview
Pairs of glyph and color index.
Defined in:
lib/gi-crystal/src/auto/harf_buzz-0.0/ot_color_layer_t.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(glyph : UInt32? = nil, color_index : UInt32? = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #color_index : UInt32
- #color_index=(value : UInt32)
- #glyph : UInt32
- #glyph=(value : UInt32)
- #to_unsafe
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.