I have an image in Fireworks. I am using the picker to choose the color and then look at the RGB values. I am putting these values into UIColor:colorWithRed:green:blue:alpha but it is not giving me the same output. I am using values between 1.0 and 0.0.
I am trying to get a dark blue color, the UIColor is giving me a very light blue.
Ideas?