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) #

def self.new(data : LibGsk::Shadow, _transfer : GICrystal::Transfer) #

def self.new(color : Gdk::RGBA? = nil, dx : Float32? = nil, dy : Float32? = nil, radius : Float32? = nil) #

Instance Method Detail

def ==(other : self) : Bool #

def color(*args, **options) #

def color(*args, **options, &) #

def color=(arg) #

def dx(*args, **options) #

def dx(*args, **options, &) #

def dx=(arg) #

def dy(*args, **options) #

def dy(*args, **options, &) #

def dy=(arg) #

def radius(*args, **options) #

def radius(*args, **options, &) #

def radius=(arg) #