Compare commits

...

1 Commits

Author SHA1 Message Date
Mihail
d244af5d6d MSA-1643: table light 2016-12-08 15:54:22 -08:00

View File

@@ -1786,5 +1786,4 @@ def hsvToHex(hue, sat, value = 100){
def b1 = String.format("%02X", (int) (b * 255.0f))
return "#$r1$g1$b1"
}
}