DLabel.GetTextColor
From GMod Wiki
Function | |
Syntax | DLabel:GetTextColor( ) |
Description: | |
Gets the colour of the text in the DLabel. | |
Returns: | Color |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DLabel.GetTextColor]DLabel.GetTextColor [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | Gets myLabels text color. |
---|---|
Used on | |
Code | myLabel:GetTextColor() |
Output | Color of the text. |