Garry's Mod Wiki

Revision Difference

DColorPalette:GetConVarB#562322

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