Sets the background color of this frame.
| Element:SetBackgroundColor(r, g, b) | |||
| Element:SetBackgroundColor(r, g, b, a) | |||
| Parameter | Type | Datatype | Description |
|---|---|---|---|
| a | parameter | number | Alpha. 1 is fully opaque, 0 is fully transparent. Defaults to 1. |
| b | parameter | number | Blue. |
| g | parameter | number | Green. |
| r | parameter | number | Red. |