I'm trying to determine if two colors are equivalent, using code written in Objective-C.
I'm using this snippet of code to determine if the two colors are equivalent (currently for debugging purposes)
I have a monochrome image with 256 levels of grayscale. I want to map each level to a specific color and apply to the image to get a colored image as ...
I have been poundering this for the last few days..
I need help to convert a color image to "black and white", not grayscale.
I what to do this with the iPhone SDK ...
Images with vibrant purple colors in them look washed out and faded on the iPhone 4's screen. This effect happens with other colors too. Also, purples in Illustrator look almost blue ...
I'm trying to paint a full RGB color map that eventually will allow a user to select a color by tapping that visual map at any point. My current code is ...
I am using TdCalendarView code by Tinyfool in my project in which all calendar is designed using core graphics.I want to color rows of this calendar with two alternate colors.How can ...
I have an array of CGColors that I need to display across a path. I tried doing this with a CGGradient, but I don't want the colors the blend between ...