2016-10-04 00:40:55 +09:00
2016-10-04 00:31:23 +09:00
2016-10-04 00:31:23 +09:00
2016-10-04 00:40:20 +09:00

glsl-convert-color

this is the function that convetts RGB to HSV. or is its opposite.

Quote source

http://lolengine.net/blog/2013/07/27/rgb-to-hsv-in-glsl

install

npm i git://github.com/ykob/glsl-convert-color.git

usage

#pragma glslify: convertHsvToRgb = require(glsl-convert-color/convertHsvToRgb);
#pragma glslify: convertRgbToHsv = require(glsl-convert-color/convertRgbToHsv);
Description
Private GLSL utility functions
Readme 394 KiB
Languages
GLSL 100%