GetTextLabelColor
Gets the color for the given text label.
C# Syntax
Color NAPI.TextLabel.GetTextLabelColor(NetHandle label);
Parameters
- label: parameter input should be in NetHandle type
Example
// Code here...
Gets the color for the given text label.
Color NAPI.TextLabel.GetTextLabelColor(NetHandle label);
// Code here...