Retrieves the background color of this frame.
r, g, b, a = Element:GetBackgroundColor() | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
a | result | number | Alpha. 1 is fully opaque, 0 is fully transparent. |
b | result | number | Blue. |
g | result | number | Green. |
r | result | number | Red. |