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

Method getColor

src/Interface/TextList.cpp:465–468  ·  view source on GitHub ↗

* Returns the color of the text in the list. * @return Color value. */

Source from the content-addressed store, hash-verified

463 * @return Color value.
464 */
465Uint8 TextList::getColor() const
466{
467 return _color;
468}
469
470/**
471 * Changes the secondary color of the text in the list.

Callers 1

addRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected