Changes

Jump to navigation Jump to search

image.new

11 bytes added, 16:48, 17 December 2013
m
Line 28: Line 28:  
<syntaxhighlight>
 
<syntaxhighlight>
 
-- For ApiLevel < 2.3 (OS < 3.6) :
 
-- For ApiLevel < 2.3 (OS < 3.6) :
image.new("\002\000\000\000\002\000\000\000\000\000\000\000\004\000\000\000\016\000\001\000\255\255\255\255\255\255\255\255")
+
img = image.new("\002\000\000\000\002\000\000\000\000\000\000\000\004\000\000\000\016\000\001\000\255\255\255\255\255\255\255\255")
    
-- For ApiLevel >= 2.3 (OS >= 3.6) :
 
-- For ApiLevel >= 2.3 (OS >= 3.6) :
image.new(_R.IMG.img_1)</syntaxhighlight>
+
img = image.new(_R.IMG.img_1)</syntaxhighlight>
 
      
== See also  ==
 
== See also  ==

Navigation menu