cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
RGB colors
RGB colors
Jun 26, 2018 at 7:08pm UTC
DarkWizard
(6)
Hi, I want to know how to use more colors in visual studio 2015, because I need more than thge default ones.
Jun 26, 2018 at 7:41pm UTC
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.
Jun 26, 2018 at 7:42pm UTC
helios
(17563)
http://www.cplusplus.com/forum/beginner/238656/
Topic archived. No new replies allowed.