UNPKG

color-to-vec4

Version:

:white_square_button: a color (rgb, rgba, hex) to vec4 convertor

9 lines (6 loc) 146 B
"use strict"; exports.__esModule = true; exports.default = function (channel) { return channel / 255; }; module.exports = exports["default"];