MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / setSecondaryColor

Method setSecondaryColor

src/Interface/TextList.cpp:474–477  ·  view source on GitHub ↗

* Changes the secondary color of the text in the list. * @param color Color value. */

Source from the content-addressed store, hash-verified

472 * @param color Color value.
473 */
474void TextList::setSecondaryColor(Uint8 color)
475{
476 _color2 = color;
477}
478
479/**
480 * Returns the secondary color of the text in the list.

Callers 1

addRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected