Difference between revisions of "TextureBase.RGB565"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2013.06<br/> '''Value:''' rgb565<br/> === Description === <translate>Texture format that can be provided to Texture and TexturePack op...") |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2013.06<br/> | '''Available since:''' Gideros 2013.06<br/> | ||
'''Value:''' rgb565<br/> | '''Value:''' rgb565<br/> | ||
+ | '''Defined by:''' [[TextureBase]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | + | 16 bits, 5 bits red, 6 bits green, 5 bits blue | |
+ | |||
+ | Texture format that can be provided to Texture and TexturePack options table. | ||
+ | |||
+ | {{TextureBase}} |
Latest revision as of 16:38, 4 May 2025
Available since: Gideros 2013.06
Value: rgb565
Defined by: TextureBase
Description
16 bits, 5 bits red, 6 bits green, 5 bits blue
Texture format that can be provided to Texture and TexturePack options table.