FabGL
ESP32 Display Controller and Graphics Library
|
void setColorForAttribute | ( | CharStyle | attribute | ) |
Disables color for the specified attribute.
This method disables color specification for the specified attribute.
attribute | Style/attribute to disable color. Only CharStyle::Bold, CharStyle::ReducedLuminosity, CharStyle::Italic and CharStyle::Underline are supported |
Definition at line 988 of file terminal.cpp.