C4 Engine Terathon Software C4 Engine API Documentation

• Interface Manager

API Links
Developer Links

TextElement::SetUnderlineColor

Defined in:  C4Interface.h
Sets the initial underline color for a text element.
Prototype

void SetUnderlineColor(const ColorRGBA& color);

Parameters
color The new underline color.
Description
The SetUnderlineColor function sets the initial underline color for a text element. The default underline color is opaque black.
See Also
TextElement::GetUnderlineColor

TextElement::GetTextColor

TextElement::SetTextColor

ColorRGBA