Changing colors in VS6 image editor
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I created a bitmap image with image editor in VS6 and attached to a CButton. However, there is a problem with showing colors accurately. I changed light gray - RGB(192,192,192) that was in original palette with RGB(208,208,200) using Adjust Colors... in Image menu, but when the app starts the bitmap's color is the old light gray. What should I do to fix this problem?