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

Method getColor

src/Interface/ImageButton.cpp:57–60  ·  view source on GitHub ↗

* Returns the color for the image button. * @return Color value. */

Source from the content-addressed store, hash-verified

55 * @return Color value.
56 */
57Uint8 ImageButton::getColor() const
58{
59 return _color;
60}
61
62/**
63 * Changes the button group this image button belongs to.

Callers 1

mousePressMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected