struct UI::DesignTokens::ShadowLevel

Defined in:

ui/design_tokens.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(offset_x : Float64, offset_y : Float64, blur : Float64, spread : Float64, color : Color) #

[View source]

Instance Method Detail

def blur : Float64 #

def clone #

[View source]
def color : Color #

def copy_with(offset_x _offset_x = @offset_x, offset_y _offset_y = @offset_y, blur _blur = @blur, spread _spread = @spread, color _color = @color) #

[View source]
def offset_x : Float64 #

def offset_y : Float64 #

def spread : Float64 #