Skip to content

Commit da987c2

Browse files
committed
Update javascript-interface-library.ts
1 parent 2f83838 commit da987c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/javascript-interface-library.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,7 @@
15971597
dec2hex(parseInt(Match[1],10)) +
15981598
dec2hex(parseInt(Match[2],10)) +
15991599
dec2hex(parseInt(Match[3],10)) +
1600-
dec2hex(parseFloat(Match[4]))
1600+
dec2hex(parseFloat(Match[4])*255)
16011601
)
16021602
}
16031603

0 commit comments

Comments
 (0)