Example #1
0
 public bool isCorrectPixelByRelatedPos(PointColor pointColor)
 {
     return(isCorrectPixelByRelatedPos(pointColor.x, pointColor.y, pointColor.color));
 }
Example #2
0
 public void clickByRelatedCoor(PointColor pointColor)
 {
     clickByRelatedCoor(pointColor.x, pointColor.y);
 }
Example #3
0
 public decimal getColorOfPixelByRelatedPos(PointColor point)
 {
     return(getColorOfPixelByRelatedPos(point.x, point.y));
 }