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).
- 01:32, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:textColored (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Sets the text to be displayed with a given color and alpha. <syntaxhighlight lang="lua"> ImGui:textColored(text,color,alpha) </syntaxhighlight> === Parameters === '''text''': (string) the text to be displayed<br/> '''color''': (number) the color of the text in hex format<br/> '''alpha''': (number) the alpha of the text between 0 and 1<br/> === Example === <syntaxhighlight lan...")