Joise, Kotlin (it's working at least)

Former-commit-id: d5be0e95ba259d566d6d5d20eb576010a149ae7d
Former-commit-id: 9502c7cd7e738147e31d2e9824e48bea24d00abf
This commit is contained in:
Song Minjae
2016-03-14 22:43:28 +09:00
parent 46a553d258
commit 3f49a8aebe
342 changed files with 17386 additions and 360 deletions

View File

@@ -32,5 +32,5 @@ def intFromRGB24(r24, g24, b24):
def colFromNum(raw):
return getR40(raw), getG40(raw), getB40(raw)
print(intFromCol(12, 19, 39))
print(colFromNum(5009))
print(intFromRGB24(111, 0, 255))
print(colFromNum(27239))