From d371d1bd51497e1280bde30d649f1735da8677d6 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 13 Jan 2019 01:59:41 -0800 Subject: [PATCH] Note about hues varying depending on environment 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/atari.h b/include/atari.h index 0ca2dc577..25dcfa092 100644 --- a/include/atari.h +++ b/include/atari.h @@ -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 -- 2.39.2