CIV5Colors: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
evedsVPnpYvpryQe |
m Unprotected "CIV5Colors" |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
=CIV5Colors.xml= | |||
*The CIV5Colors.xml file contains definitions for the Colors. | |||
*This information is taken from the CIV5Colors.xml file itself. | |||
==Colors== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+Colors Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Default | |||
! scope="col" style="background: #efefef;" | Notes | |||
|- | |||
| ID || integer|| || Primary Key,Autoincrement | |||
|- | |||
| Type || text|| || Not Null,Unique | |||
|- | |||
| Red || float|| 1.0|| | |||
|- | |||
| Green || float|| 1.0|| | |||
|- | |||
| Blue || float|| 1.0|| | |||
|- | |||
| Alpha || float|| 1.0|| | |||
|} | |||
{{Civ5_XML_Files}} | |||
Latest revision as of 01:45, 3 October 2011
CIV5Colors.xml
- The CIV5Colors.xml file contains definitions for the Colors.
- This information is taken from the CIV5Colors.xml file itself.
Colors
| Name | Type | Default | Notes |
|---|---|---|---|
| ID | integer | Primary Key,Autoincrement | |
| Type | text | Not Null,Unique | |
| Red | float | 1.0 | |
| Green | float | 1.0 | |
| Blue | float | 1.0 | |
| Alpha | float | 1.0 |