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
    }
}



generated by LDoc 1.5.0 Last updated 2024-03-18 16:45:36