P park jae hyun Member Licensed User Longtime User Mar 2, 2018 #1 hello 1. Find Colors --- > red 2. image load 3. Locate a color in an image --> Red Location 20,20 help me Last edited: Mar 2, 2018
hello 1. Find Colors --- > red 2. image load 3. Locate a color in an image --> Red Location 20,20 help me
Erel B4X founder Staff member Licensed User Longtime User Mar 4, 2018 #2 Bitmap.GetPixel returns the pixel color. Upvote 0
P park jae hyun Member Licensed User Longtime User Mar 4, 2018 #3 I want to automatically find the red location. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Mar 4, 2018 #4 If you have a simple image as the one you uploaded then you it should be simple to use Bitmap.GetPixel to find the red color. Upvote 0
If you have a simple image as the one you uploaded then you it should be simple to use Bitmap.GetPixel to find the red color.