Difference between revisions of "TextureBase"

From GiderosMobile
Line 3: Line 3:
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
`TextureBase` is the base class for `Texture` and `TexturePack` classes. It provides a common functionaly to texture related classes.<br />
+
[[[TextureBase` is the base class for `Texture` and `TexturePack]]] classes. It provides a common functionaly to texture related classes.<br />
 
<br />
 
<br />
 
&lt;ul&gt;<br />
 
&lt;ul&gt;<br />
Line 10: Line 10:
 
&lt;li&gt;TextureBase.REPEAT = &quot;repeat&quot;&lt;/li&gt;<br />
 
&lt;li&gt;TextureBase.REPEAT = &quot;repeat&quot;&lt;/li&gt;<br />
 
&lt;/ul&gt;<br />
 
&lt;/ul&gt;<br />
<br />
+
<br /></translate>
 
{|-
 
{|-
 
| style="width: 50%;"|
 
| style="width: 50%;"|

Revision as of 14:33, 23 August 2018

Supported platforms: android, ios, mac, pc
Available since: Gideros 2011.6

Description


[[[TextureBase` is the base class for `Texture` and `TexturePack]]] classes. It provides a common functionaly to texture related classes.

<ul>
<li>TextureBase.CLAMP = "clamp"</li>
<li>TextureBase.REPEAT = "repeat"</li>
</ul>

Methods

TextureBase:getHeight - returns the height of the texture in pixels
TextureBase:getWidth - returns the width of the texture in pixels

Events

Constants

TextureBase.CLAMP
TextureBase.REPEAT
TextureBase.RGB565
TextureBase.RGB888
TextureBase.RGBA4444
TextureBase.RGBA5551
TextureBase.RGBA8888