Difference between revisions of "ImGui.Style:getAlpha"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Gets the ImGui global style alpha. <source lang="lua"> (number) = I...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Gets the ImGui global style alpha.
 
Gets the ImGui global style alpha.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = ImGui.Style:getAlpha()
 
(number) = ImGui.Style:getAlpha()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===
Line 13: Line 13:
  
 
=== Example ===
 
=== Example ===
<source lang="lua">
+
<syntaxhighlight lang="lua">
</source>
+
</syntaxhighlight>
  
 
{{ImGui.Style}}
 
{{ImGui.Style}}

Latest revision as of 15:29, 13 July 2023