struct Gsk::Shadow

Overview

The shadow parameters in a shadow node.

Defined in:

lib/gi-crystal/src/auto/gsk-4.0/shadow.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]
def self.new(data : LibGsk::Shadow, _transfer : GICrystal::Transfer) #

[View source]
def self.new(color : Gdk::RGBA | Nil = nil, dx : Float32 | Nil = nil, dy : Float32 | Nil = nil, radius : Float32 | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) : Bool #

[View source]
def color(*args, **options) #

[View source]
def color(*args, **options, &) #

[View source]
def color=(arg) #

[View source]
def dx(*args, **options) #

[View source]
def dx(*args, **options, &) #

[View source]
def dx=(arg) #

[View source]
def dy(*args, **options) #

[View source]
def dy(*args, **options, &) #

[View source]
def dy=(arg) #

[View source]
def radius(*args, **options) #

[View source]
def radius(*args, **options, &) #

[View source]
def radius=(arg) #

[View source]