Difference between revisions of "TextureBase.A8"
From GiderosMobile
(Created page with "'''Available since:''' Gideros 2017.6.1<br/> '''Value:''' a8<br/> '''Defined by:''' TextureBase<br/> === Description === Texture format that can be provided to Texture an...") |
|||
| Line 4: | Line 4: | ||
=== Description === | === Description === | ||
| + | Texts, or more accurately glyphs, are also stored in memory in a specific color format. | ||
| + | |||
| + | 8 bits, opacity only | ||
| + | |||
Texture format that can be provided to Texture and TexturePack options table. | Texture format that can be provided to Texture and TexturePack options table. | ||
{{TextureBase}} | {{TextureBase}} | ||
Latest revision as of 15:41, 4 May 2025
Available since: Gideros 2017.6.1
Value: a8
Defined by: TextureBase
Description
Texts, or more accurately glyphs, are also stored in memory in a specific color format.
8 bits, opacity only
Texture format that can be provided to Texture and TexturePack options table.