struct Gsk::Shadow
- Gsk::Shadow
- Struct
- Value
- Object
Overview
The shadow parameters in a shadow node.
Defined in:
lib/gi-crystal/src/auto/gsk-4.0/shadow.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGsk::Shadow, _transfer : GICrystal::Transfer)
- .new(color : Gdk::RGBA | Nil = nil, dx : Float32 | Nil = nil, dy : Float32 | Nil = nil, radius : Float32 | Nil = nil)
Instance Method Summary
- #==(other : self) : Bool
- #color(*args, **options)
- #color(*args, **options, &)
- #color=(arg)
- #dx(*args, **options)
- #dx(*args, **options, &)
- #dx=(arg)
- #dy(*args, **options)
- #dy(*args, **options, &)
- #dy=(arg)
- #radius(*args, **options)
- #radius(*args, **options, &)
- #radius=(arg)
Constructor Detail
def self.new(color : Gdk::RGBA | Nil = nil, dx : Float32 | Nil = nil, dy : Float32 | Nil = nil, radius : Float32 | Nil = nil)
#