raredaredevil
02-02-2005, 10:49 AM
ok heres the problem i have a code that generated a random hex color for the folowing
red
yellow
green
black
white
this code is random so if it was a red image it could be
0,0,255
or it could be
1,1,253
i need to recognise the image so if its red i can pick up on it any ideas
note:
the defailt is hex value for the image but i have converted it to rgb and made the image load in a pic box
red
yellow
green
black
white
this code is random so if it was a red image it could be
0,0,255
or it could be
1,1,253
i need to recognise the image so if its red i can pick up on it any ideas
note:
the defailt is hex value for the image but i have converted it to rgb and made the image load in a pic box