Commodore 64 color palette
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics }} The Commodore 64 computer's video system uses a fixed 16-color palette. == Color table == {| class="wikitable" ! Index...") |
(→Links) |
||
Line 46: | Line 46: | ||
* [https://archive.org/details/Commodore_64_Programmers_Reference_Guide_1983_Commodore Commodore 64 Programmer's Reference Guide] Appendix D | * [https://archive.org/details/Commodore_64_Programmers_Reference_Guide_1983_Commodore Commodore 64 Programmer's Reference Guide] Appendix D | ||
* [http://www.pepto.de/projects/colorvic/ Commodore VIC-II Color Analysis] | * [http://www.pepto.de/projects/colorvic/ Commodore VIC-II Color Analysis] | ||
+ | * http://www.godot64.de/german/epalet.htm - Color analysis from GoDot developers | ||
[[Category:Commodore computers]] | [[Category:Commodore computers]] |
Revision as of 00:41, 10 January 2014
The Commodore 64 computer's video system uses a fixed 16-color palette.
Color table
Index | Color |
---|---|
0 | Black |
1 | White |
2 | Red |
3 | Cyan |
4 | Purple |
5 | Green |
6 | Blue |
7 | Yellow |
8 | Orange |
9 | Brown |
10 | Light red |
11 | Gray 1 (dark gray) |
12 | Gray 2 (medium gray) |
13 | Light green |
14 | Light blue |
15 | Gray 3 (light gray) |
Links
- Commodore 64 Programmer's Reference Guide Appendix D
- Commodore VIC-II Color Analysis
- http://www.godot64.de/german/epalet.htm - Color analysis from GoDot developers