mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
blindly copying deltachat-node to core repository
This commit is contained in:
6
node/lib/util.ts
Normal file
6
node/lib/util.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* @param integerColor expects a 24bit rgb integer (left to right: 8bits red, 8bits green, 8bits blue)
|
||||
*/
|
||||
export function integerToHexColor(integerColor: number) {
|
||||
return '#' + (integerColor + 16777216).toString(16).substring(1)
|
||||
}
|
||||
Reference in New Issue
Block a user