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")
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>
 
</source>
Line 13: Line 13:
  
 
=== Example ===
 
=== Example ===
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
</source>
 
</source>
  
 
{{ImGui.Style}}
 
{{ImGui.Style}}

Revision as of 15:28, 13 July 2023