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
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
Most helpful comment