Panel.InsertColorChange
From GMod Wiki
| Function | |
| Syntax | Panel:InsertColorChange( Number r, Number g, Number b, Number a ) |
| Description: | |
| Sets the text color for the text to be appended next. | |
| Returns: | nil |
| In Object: | Panel |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Panel.InsertColorChange]Panel.InsertColorChange [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Additional Notes
- r - The amount of Red (0-255)
- g - The amount of Green (0-255)
- b - The amount of Blue (0-255)
- a - The amount of Alpha (0-255)