How do I know if my Wallpaper is a solid color ? I know I can check in the registry, under HKEY_CURRENT_USER\Control Panel\Colors, and then I get a string with 3 numbers indicating RGB.
How can I know if my background is a solid color ? If that string is different than 0 0 0 ?
I am using C#, and I need to know it programatically. (i.e if background is Solid, do X, otherwise, do Y)