GetTextLabelColor
Внешний вид
Gets the color for the given text label.
<syntaxhighlight lang="csharp">Color NAPI.TextLabel.GetTextLabelColor(NetHandle label);</syntaxhighlight>
Parameters
- label: parameter input should be in NetHandle type
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>