Tesseract Engine Documentation

HeadsUpDisplay.UpdateTextColor Method 

Method which allows us to change the color of a TextDisplay.

public void UpdateTextColor(
   Int32 index,
   Color color
);

Parameters

index
Location of ValueDisplay in list.
color
New color of text.

See Also

HeadsUpDisplay Class | DarkWynter.Engine.UserInterface Namespace