---@meta _ ---@class IAlpha: IAttribute local IAlpha = {} ---Sets the transparency value of a widget. ---@param alpha number # The new alpha value, 1 is fully visible, 0 is invisible. function IAlpha.setAlpha(alpha) end