]> git.sur5r.net Git - cc65/commitdiff
Note about hues varying depending on environment
authorBill Kendrick <nbs@sonic.net>
Sun, 13 Jan 2019 09:59:41 +0000 (01:59 -0800)
committerGitHub <noreply@github.com>
Sun, 13 Jan 2019 09:59:41 +0000 (01:59 -0800)
There aren't really standard color names (e.g., Compute!'s Mapping the Atari and First Book of Atari Graphics have different names), and exact colors shown depend on the system & device, anyway. Added a note.

include/atari.h

index 0ca2dc577799d7785ff4ddad3b82f5059e48b310..25dcfa092e3bb1c039ae34bb69850a3103045a26 100644 (file)
@@ -93,7 +93,7 @@
 
 /* luminance values go from 0 (black) to 7 (white) */
 
-/* hue values */
+/* hue values (these can vary depending on TV standard (NTSC vs PAL), tint potentiometer settings, TV tint settings, emulator palette, etc. */
 #define HUE_GREY        0
 #define HUE_GOLD        1
 #define HUE_GOLDORANGE  2