Revision Difference
Panel:SetBGColorEx#550871
<function name="SetBGColorEx" parent="Panel" type="classfunc">
<description><internal></internal>Sets the background color of the panel.</description>
<realm>Client</realm>⤶
<realm>Client and Menu</realm>⤶
<args>
<arg name="r" type="number">The red channel of the color.</arg>
<arg name="g" type="number">The green channel of the color.</arg>
<arg name="b" type="number">The blue channel of the color.</arg>
<arg name="a" type="number">The alpha channel of the color.</arg>
</args>
</function>