randomColor function

Color randomColor()

生成随机色

Implementation

Color randomColor() {
  return CommonUtil.randomColor();
}