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