Color Picker for 64k colors in this format

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
closed account (E0p9LyTq)
Color Dialog Box (Windows) - msdn.microsoft.com‎
https://msdn.microsoft.com/en-us/library/windows/desktop/ms646375(v=vs.85).aspx
All I see in that is the RGB values. I need the 565 values as shown in the op.
closed account (E0p9LyTq)
*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
Topic archived. No new replies allowed.