Color Seperater

inkedGFX

Well-known member
Joined
Feb 2, 2013
Messages
142
Programming Experience
Beginner
Hello ....

I am thinking about writing a program in c# to seperate colors from an image and redrawing each color to a seperate picturebox.so lets say the image has 4 colors (black, blue, read and yellow) mostly known as cmyk in the printing world.
I want to iterate thru the image and pull out each color , save the pixel color and position to a list and redraw the pixel in another picturebox.....I haven't writen any code as of yet.....I was wondering how would I go about getting all of a colors pixels even if the colors pixels are a percentage of the color...for instance... if the image has some areas of black , lets say 50%...how would I get the pixel and save the percentage to a list? the position I think would be as easy as x.getpixel(x,y)

any help would be appreciated.

Thank You
InkedGFX
 

Latest posts

Back
Top Bottom