RGB colors

Hi, I want to know how to use more colors in visual studio 2015, because I need more than thge default ones.
closed account (E0p9LyTq)
If you are working with the Windows Desktop GDI:

https://docs.microsoft.com/en-us/windows/desktop/gdi/colors

Consider updating to VS 2017, it is also free with the Community edition and is C++14/17 compliant. With C++14 as default. VS2015 is not as up-to-date.

Even with larger bit depths the color you choose to display may be altered by Windows.
Topic archived. No new replies allowed.