コード例 #1
0
 public void updateColor(int p_red, int p_green, int p_blue) {
   robot.updateColor(p_red, p_green, p_blue);
 }