JurkMonkey
Programmer
This should be good 
I am trying to change a grayscale image into RGB as pseudo color. That's where the entire spectrum of color is applied to different shades of gray.
I am trying to figure out just how to do this. I have the image in GDI+ and I'm creating colormaps and applying them to the image to change the way it looks. The problem I'm having is knowing what colors to substitute for each shade of gray.
Does anyone know of a good algorithm for this using C#?

I am trying to change a grayscale image into RGB as pseudo color. That's where the entire spectrum of color is applied to different shades of gray.
I am trying to figure out just how to do this. I have the image in GDI+ and I'm creating colormaps and applying them to the image to change the way it looks. The problem I'm having is knowing what colors to substitute for each shade of gray.
Does anyone know of a good algorithm for this using C#?