From 9c63edd10c76f13b79efd63508b995a98818e868 Mon Sep 17 00:00:00 2001 From: yoichi kobayashi Date: Tue, 27 Dec 2016 01:02:07 +0900 Subject: [PATCH] [edit] readme. --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2f84e07..0b42805 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,19 @@ -# 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 +# glsl-util ## install ``` -npm i git://github.com/ykob/glsl-convert-color.git +npm i git://github.com/ykob/glsl-util.git ``` -## usage +## convertHsvToRgb and convertRgbToHsv +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 + +### usage ``` #pragma glslify: convertHsvToRgb = require(glsl-convert-color/convertHsvToRgb);