Skip to content

Commit

Permalink
Fix TextColored docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieEldridge committed Sep 27, 2024
1 parent e03a891 commit 0005011
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions M2TWEOP Code/M2TWEOP library/imgui/sol_ImGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3206,10 +3206,10 @@ namespace sol_ImGui
/***
Shortcut for PushStyleColor(ImGuiCol_Text, col); Text(fmt, ...); PopStyleColor();.
@function ImGui.TextColored
@treturn float colorR
@treturn float colorG
@treturn float colorB
@treturn float colorA
@tparam float colorR
@tparam float colorG
@tparam float colorB
@tparam float colorA
@tparam string text
@usage
ImGui.TextColored(0,0,0,255,"text");
Expand Down

0 comments on commit 0005011

Please sign in to comment.