Aug 25, 2016 at 7:14pm
I need a program or the code to pick 64k and 256 colors using the following formats:
RRRR RGGG GGGB BBBB for 64k COLORS
and
0000 0000 RRRG GGBB FOR 256 COLORS
Anyone got something? Even a formula to get these from a standard color format would help.
Last edited on Aug 25, 2016 at 7:15pm
Aug 25, 2016 at 8:18pm
Color Dialog Box (Windows) - msdn.microsoft.com
https://msdn.microsoft.com/en-us/library/windows/desktop/ms646375(v=vs.85).aspx
Aug 26, 2016 at 1:11am
All I see in that is the RGB values. I need the 565 values as shown in the op.
Aug 26, 2016 at 3:13am
*sigh*
Ok, open wide, little bird:
RGB macro (Windows) - msdn.microsoft.com
https://msdn.microsoft.com/en-us/library/dd162937(v=vs.85).aspx
Windows GDI Colors Overview
https://msdn.microsoft.com/en-us/library/dd183450(v=vs.85).aspx