DCheckBoxLabel.SetTextColor
From GMod Wiki
Function | |
Syntax | DCheckBoxLabel:SetTextColor( Color textColour ) |
Description: | |
Sets the colour of the text to appear in the DCheckBoxLabel. | |
Returns: | nil |
In Object: | DCheckBoxLabel |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DCheckBoxLabel.SetTextColor]DCheckBoxLabel.SetTextColor [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | Sets the text colour of DCheckBoxLabel to red. |
---|---|
Used on | |
Code | myLabel:SetTextColor( Color(255, 0, 0, 255) ) |
Output | Makes the text in the DCheckBoxLabel red |