struct Gsk::ColorStop
- Gsk::ColorStop
- Struct
- Value
- Object
Overview
A color stop in a gradient node.
Defined in:
lib/gi-crystal/src/auto/gsk-4.0/color_stop.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGsk::ColorStop, _transfer : GICrystal::Transfer)
- .new(offset : Float32 | Nil = nil, color : Gdk::RGBA | Nil = nil)
Instance Method Summary
- #==(other : self) : Bool
- #color(*args, **options)
- #color(*args, **options, &)
- #color=(arg)
- #offset(*args, **options)
- #offset(*args, **options, &)
- #offset=(arg)