All public logs

From GiderosMobile

Combined display of all available logs of GiderosMobile. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:29, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:colorButton (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays a simple color button. <syntaxhighlight lang="lua"> (bool) = ImGui:colorButton(string_id, color, alpha, [width=0, height=0, ImGuiColorEditFlags=0]) </syntaxhighlight> === Parameters === '''string_id''': (string) the button ID<br/> '''color''': (number) the button color in hexadecimal<br/> '''alpha''': (number) the buttton alpha<br/> '''width''': (number) the button wi...")