![]() |
need RGB values for speccy colours - Printable Version +- Forum (https://www.boriel.com/forum) +-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11) +---- Forum: Help & Support (https://www.boriel.com/forum/forumdisplay.php?fid=16) +---- Thread: need RGB values for speccy colours (/showthread.php?tid=405) |
need RGB values for speccy colours - slenkar - 11-09-2011 Im making a sprite creator for speccy, does anyone know the RGB values 0-255 for each spectrum color? Re: need RGB values for speccy colours - nitrofurano - 11-09-2011 'bright 1' are #000000 , #0000FF, #FF0000, #FF00FF, #00FF00, #00FFFF, #FFFF00 and #FFFFFF - 'bright 0' i really don't know, but i remember that the luminance of 'bright 0' white is very close to 'bright 1' cyan on the real machine, which is #B2B2B2 i think Re: need RGB values for speccy colours - nitrofurano - 11-09-2011 'ZZ spectrum' java emulator from WOS seems to use a different palette for issue2, i don't know if the palette from different machines vary that much - i think it's also about yuv signals used on tv sets? Re: need RGB values for speccy colours - nitrofurano - 11-09-2011 the emulators FBZX, Fuse and JSpeccy uses #C0C0C0 as bright 0 white , and the other colours seems to be #000000, #0000C0 , #C00000, #C000C0, #00C000, #00C0C0, and #C0C000 Re: need RGB values for speccy colours - nitrofurano - 11-09-2011 ZZ Spectrum (on WOS) uses #BFBFBF Re: need RGB values for speccy colours - slenkar - 11-10-2011 that translates to 191 which sounds about right thanks |