Skip to content

Commit

Permalink
添加注释
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnrry committed Sep 25, 2019
1 parent 316f3a2 commit ebdfdb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public static Point findPointByMulColor(Bitmap img, String colorRules) {
*/
public static Point findPointByMulColor(Bitmap img, String colorRules, int offset) {
long now = System.currentTimeMillis();
// 将图标转换成颜色数组
// 将图像转换成颜色数组
int[] colors = new int[img.getWidth() * img.getHeight()];
String[] res = colorRules.split(",");
Color firstPointColor = HexColor2DecColor(res[0], true);
Expand Down

0 comments on commit ebdfdb3

Please sign in to comment.