Revision Difference
DColorMixer:SetConVarA#562304
<function name="SetConVarA" parent="DColorMixer" type="panelfunc">
<description>
Sets the <page>ConVar</page> name for the alpha channel of the color.
An <page>Global.AccessorFunc</page> that sets the <page>ConVar</page> name for the alpha channel of the color.
See also:
* <page>DColorMixer:SetConVarR</page> - For the red channel
* <page>DColorMixer:SetConVarG</page> - For the green channel
* <page>DColorMixer:SetConVarB</page> - For the blue channel
</description>
<realm>Client and Menu</realm>
<file line="198-L202">lua/vgui/dcolormixer.lua</file>⤶
<args>
<arg name="convar" type="string">The <page>ConVar</page> name for the alpha channel of the color</arg>
</args>
</function>