MCPcopy Create free account
hub / github.com/NSPManager/NSPanelManager / get_icon_color

Method get_icon_color

docker/MQTTManager/include/button/button.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114uint16_t ButtonEntity::get_icon_color() {
115 return GUI_Colors::icon_color_off;
116}
117
118uint16_t ButtonEntity::get_icon_active_color() {
119 return GUI_Colors::icon_color_off;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected