FabGL
ESP32 Display Controller and Graphics Library

◆ setColorForAttribute() [1/2]

void setColorForAttribute ( CharStyle  attribute)

Disables color for the specified attribute.

This method disables color specification for the specified attribute.

Parameters
attributeStyle/attribute to disable color. Only CharStyle::Bold, CharStyle::ReducedLuminosity, CharStyle::Italic and CharStyle::Underline are supported

Definition at line 988 of file terminal.cpp.