Determining Colors Used in VB.NET App

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

I have a VB.NET Windows app and want to determine the number of colors
used (256, 16 million, etc.) for displaying the app. Does anyone have
code that can do this?
 
See System.Windows.Forms.Screen that allwos to return information on the
scrreens including the color bit depth...
 
Back
Top