MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setBorderColor

Method setBorderColor

src/eepp/ui/uinode.cpp:911–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911UINode* UINode::setBorderColor( const Color& color ) {
912 setBorderEnabled( true )->setColor( color );
913 return this;
914}
915
916Color UINode::getBorderColor() {
917 return setBorderEnabled( true )->getColor();

Callers 6

UIMapNewMethod · 0.80
TileMapPropertiesMethod · 0.80
createLightContainerMethod · 0.80
onUpdateMethod · 0.80
createNewUIMethod · 0.80

Calls 1

setColorMethod · 0.45

Tested by 1

createNewUIMethod · 0.64