Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Receiving pixel
#5
Do you want to find multiple colors, like this algorithm?

Get all pixels (bitmap) ;;this is the slowest part
If find(color1 in bitmap) ;;fast
,...
else if find(color2 in bitmap) ;;fast
,...
else if find(color3 in bitmap) ;;fast
,...
...


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)