SetTextLabelColor

From RAGE Multiplayer Wiki
Revision as of 09:34, 30 November 2019 by Xabi (talk | contribs) (Created page with "Sets the color for the given text label. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}TextLabel.SetTextLabelColor(NetHandle label,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sets the color for the given text label.


C# Syntax

void NAPI.TextLabel.SetTextLabelColor(NetHandle label, int red, int green, int blue, int alpha);

Parameters

  • label: parameter input should be in NetHandle type
  • red: parameter input should be in int type
  • green: parameter input should be in int type
  • blue: parameter input should be in int type
  • alpha: parameter input should be in int type


Example

// Code here...