UNPKG

nyks

Version:

nodejs exupery style

12 lines (10 loc) 192 B
"use strict"; //what did you expect.. module.exports = function(i) { return { r : (i >> 24) & 0xFF, g : (i >> 16) & 0xFF, b : (i >> 8) & 0xFF, a : i & 0xFF }; };