MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / SetBorderColour

Method SetBorderColour

gui/pyfa_gauge.py:96–97  ·  view source on GitHub ↗
(self, colour)

Source from the content-addressed store, hash-verified

94 return self._border_colour
95
96 def SetBorderColour(self, colour):
97 self._border_colour = colour
98
99 def GetBarColour(self):
100 return self._bar_colour

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected