I'm going to make a desktop application with C#, but I'm having trouble with something. I need to achieve the brightness of the colors on the screen. In other words, how light or how dark the colors on the screen are right now. How can I achieve this or is there a library I can use?
When I did a little research, I saw that I could find the colors on the screen as pixels, but this is not my goal. Thank you from now.