warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for this page then please click here.
Get3DTextLabelColor
warning
This function is deprecated. Please see Get3DTextLabelColour.
Description
Gets the 3D text label color.
Name | Description |
---|---|
Text3D:textid | The ID of the 3D text label to get the color of. |
Returns
Returns the 3D text label color.
Examples
new Text3D:gMyLabel;
gMyLabel = Create3DTextLabel("Hello World!", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0, false);
new color = Get3DTextLabelColor(gMyLabel);
// color = 0x008080FF
Related Functions
- GetPlayer3DTextLabelColor: Gets the player 3D text label color.