Module ui.widget.container.alphacontainer
AlphaContainer will paint its content (a single widget) at the specified opacity level (0..1)
Example:
local alpha alpha = AlphaContainer:new{ alpha = 0.7, FrameContainer:new{ background = Blitbuffer.COLOR_WHITE, bordersize = Size.border.default, margin = 0, padding = Size.padding.default } }