Difference between revisions of "love.graphics.getAlphaTest"

(Created page with "{{newin|0.9.0|090|type=function}} Gets the alpha testing mode. == Function == === Synopsis === <source lang="lua"> mode, alpha = love.graphics.getAlphaTest(...")
 
(Removed)
 
Line 1: Line 1:
{{newin|[[0.9.0]]|090|type=function}}
 
Gets the [[AlphaTestMode|alpha testing mode]].
 
== Function ==
 
=== Synopsis ===
 
<source lang="lua">
 
mode, alpha = love.graphics.getAlphaTest( )
 
</source>
 
=== Arguments ===
 
None.
 
=== Returns ===
 
{{param|AlphaTestMode|mode|The comparison mode used.}}
 
{{param|number|alpha|The alpha level to test against.}}
 
  
== See Also ==
 
* [[parent::love.graphics]]
 
* [[love.graphics.setAlphaTest]]
 
* [[AlphaTestMode]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the alpha testing mode.}}
 
{{#set:Sub-Category=State}}
 
== Other Languages ==
 
{{i18n|love.graphics.getAlphaTest}}
 

Latest revision as of 02:59, 8 August 2013