Osiris: Text color in Tab

Created on 28 Nov 2020  路  4Comments  路  Source: danielkrupinski/Osiris

hi, im kinda dumb and I cant find where to change text color only in tabs, not whole text in menu, someone who could give me a small hint ? thx

Most helpful comment

ImGui::PushStyleColor(ImGuiCol_Text, ImColor(255, 0, 255, 255));
// draw menu tabs...
ImGui::PopStyleColor();

All 4 comments

ImGui::PushStyleColor(ImGuiCol_Text, ImColor(255, 0, 255, 255));
// draw menu tabs...
ImGui::PopStyleColor();

thanks

thanks

If an issue is resolved, close it, it helps to keep it organized.

thanks

If an issue is resolved, close it, it helps to keep it organized.

ah yes, sorry forgot about that

Was this page helpful?
0 / 5 - 0 ratings

Related issues

deprale picture deprale  路  3Comments

HeiDaShuai666 picture HeiDaShuai666  路  3Comments

bruhmoment21 picture bruhmoment21  路  3Comments

chovss picture chovss  路  4Comments

GeorgieeeDev picture GeorgieeeDev  路  3Comments