struct
UI::DesignTokens::ShadowLevel
- UI::DesignTokens::ShadowLevel
- Struct
- Value
- Object
Defined in:
ui/design_tokens.crConstructors
Instance Method Summary
- #blur : Float64
- #clone
- #color : Color
- #copy_with(offset_x _offset_x = @offset_x, offset_y _offset_y = @offset_y, blur _blur = @blur, spread _spread = @spread, color _color = @color)
- #offset_x : Float64
- #offset_y : Float64
- #spread : Float64
Constructor Detail
def self.new(offset_x : Float64, offset_y : Float64, blur : Float64, spread : Float64, color : Color)
#
Instance Method Detail
def copy_with(offset_x _offset_x = @offset_x, offset_y _offset_y = @offset_y, blur _blur = @blur, spread _spread = @spread, color _color = @color)
#