struct HarfBuzz::OtColorLayerT
- HarfBuzz::OtColorLayerT
- Struct
- Value
- Object
Overview
Pairs of glyph and color index.
A color index of 0xFFFF does not refer to a palette color, but indicates that the foreground color should be used.
Defined in:
lib/gi-crystal/src/auto/harf_buzz-0.0/ot_color_layer_t.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibHarfBuzz::OtColorLayerT, _transfer : GICrystal::Transfer)
- .new(glyph : UInt32? = nil, color_index : UInt32? = nil)
Instance Method Summary
- #==(other : self) : Bool
- #color_index(*args, **options)
- #color_index(*args, **options, &)
- #color_index=(arg)
- #glyph(*args, **options)
- #glyph(*args, **options, &)
- #glyph=(arg)