nw::lyt::TextBox::SetVtxColor Member Function

Syntax

virtual void SetVtxColor(
     u32 idx,
     ut::Color8 value
);

Arguments

Name Description
idx Index. Specifies lyt::VertexColor.
value Text display color.

Return Values

None.

Description

Sets the text display (vertex) color.

When idx is lyt::VERTEXCOLOR_LT, the top color is changed; when lyt::VERTEXCOLOR_LB, the bottom color.

Although lyt::VERTEXCOLOR_RT and lyt::VERTEXCOLOR_RB change the corresponding vertex colors, they are not used for display.

See Also

GetVtxColor
SetVtxColorElement
lyt::VertexColor

Revision History

2009/09/18
Initial version.

CONFIDENTIAL