Revision Difference
DColorMixer:GetConVarA#562294
<function name="GetConVarA" parent="DColorMixer" type="panelfunc">
<description>
Returns the <page>ConVar</page> name for the alpha channel of the color.
An <page>Global.AccessorFunc</page> that returns the <page>ConVar</page> name for the alpha channel of the color.
See also:
* <page>DColorMixer:GetConVarR</page> - For the red channel
* <page>DColorMixer:GetConVarG</page> - For the green channel
* <page>DColorMixer:GetConVarB</page> - For the blue channel
</description>
<realm>Client and Menu</realm>
<file line="7">lua/vgui/dcolormixer.lua</file>⤶
<rets>
<ret name="" type="string">The <page>ConVar</page> name for the alpha channel of the color</ret>
</rets>
</function>