Graphics, Characters, Text & Rooms: Difference between revisions

Line 341: Line 341:


'''<u>WARNING</u>: You would think that, under this scheme, that colours 0 through 31 would be shades of pure blue. However, AGS also uses the original 256-colour DOS color scheme for 0-31. 16-31 are shades of gray, while 0-15 are listed below:'''
'''<u>WARNING</u>: You would think that, under this scheme, that colours 0 through 31 would be shades of pure blue. However, AGS also uses the original 256-colour DOS color scheme for 0-31. 16-31 are shades of gray, while 0-15 are listed below:'''
0.  Black
 
1.  Dark Blue
0.  <font color="000000">Black</font>
2.  Dark Green
 
3.  Dark Cyan
1.  <font color="#000099">Dark Blue</font>
4.  Dark Red
 
5.  Dark Purple
2.  <font color="#009900">Dark Green</font>
6.  Dark Yellow
 
7.  Gray
3.  <font color="#009999">Dark Cyan</font>
8.  Dark Gray
 
9.  Blue
4.  <font color="#990000">Dark Red</font>
10. Green
 
11. Cyan
5.  <font color="#990099">Dark Purple</font>
12. Red
 
13. Purple
6.  <font color="#999900">Dark Yellow</font>
14. Yellow
 
15. White
7.  <font color="#CCCCCC">Gray</font>
 
8.  <font color="#666666">Dark Gray</font>
 
9.  <font color="#0000FF">Blue</font>
 
10. <font color="#00FF00">Green</font>
 
11. <font color="#00FFFF">Cyan</font>
 
12. <font color="#FF0000">Red</font>
 
13. <font color="#FF00FF">Purple</font>
 
14. <font color="#FFFF00">Yellow</font>
 
15. <span style="background-color:#999;"><font color="#FFFFFF">White</font></span>


So keep this in mind when finding out palette colour codes.
So keep this in mind when finding out palette colour codes.