Screen color depth conversion
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, Currently I am making one win32 application using VC++.NET 2003. I am using screen color matching for some purpose in the application. But when I changes color depth of screen from 32 bits to 16 bits it is not working because color values of R, G and B are changes. Is that possible to map 32 bit colors to 16bit or vice versa so I can compare them? Thanks in advance, Priyank