Packages

Layout and style that's easy to refactor, all without thinking about CSS.

Current section

Files

Jump to
legos include legos@font_TextShadowConfig.hrl
Raw

include/legos@font_TextShadowConfig.hrl

-record(text_shadow_config, {
offset :: {float(), float()},
blur :: float(),
color :: legos@internal@model:color()
}).