I apologize in advance if this question has been answered already, but I wasn't able to get anything with a few googles.
I have a photoshop image with an 8-bit color profile. I'm converting it into a WPF app using Blend. When I run the application, however, the colors I input are not the colors that are being rendered.
Specifically, the gray I have is #111111. This is what I have in Blend (BorderBrush="#FF111111"), and it's what I'm showing in photoshop. When I run the application, however, I noticed a difference in my colors. I did a screen-shot on the rendered app, and I'm getting #090909.
These are subtle gray tones, and it's actually having a very large visual impact on the application.
Is there something I'm missing here, or do I just have to guess at what the values "should" be until WPF actually gets them right...?