8,018
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) m (danger of confusing command line flags and xml flags) |
||
Line 325: | Line 325: | ||
<'''Flags'''>... can be: | <'''Flags'''>... can be: | ||
{| | |||
{{table}} | |||
!width=50%|XML flags | |||
!<font color="#999999">command line flags</font> | |||
|- | |||
|RGB888 | |||
|<font color="#999999">bgr32</font> | |||
|- | |||
|ARGB8888 | |||
|<font color="#999999">bgra32</font> | |||
|- | |||
|RGB555 | |||
|<font color="#999999">bgr555</font> | |||
|- | |||
|ARGB5551 | |||
|<font color="#999999">bgra5551</font> | |||
|- | |||
|ARGB4444 | |||
|<font color="#999999">bgra4444</font> | |||
|- | |||
|DXT1 | |||
|<font color="#999999">dx1</font> | |||
|} | |||
Sometimes there's talk about bgra and 32bit flag; those are for onisplit's command line and are also listed in "-help enums". Don't confuse them with the XML flags. | |||
ARGB formats are used for reflective textures. | ARGB formats are used for reflective textures. | ||
edits