(refs #488)Issue label editing is completed

This commit is contained in:
takezoe
2014-10-05 15:37:09 +09:00
parent c92e71bb7a
commit 836913482b
7 changed files with 135 additions and 111 deletions

View File

@@ -29,9 +29,9 @@ case class Label(
val b = color.substring(4, 6)
if(Integer.parseInt(r, 16) + Integer.parseInt(g, 16) + Integer.parseInt(b, 16) > 408){
"000000"
"black"
} else {
"FFFFFF"
"white"
}
}
}