UNPKG

color-to-vec4

Version:

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

3 lines 64 B
export default (function (channel) { return channel / 255; });