aboutsummaryrefslogtreecommitdiff
path: root/Gem/rgb2hsv-help.pd
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-14 20:32:26 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-14 20:32:26 +0000
commitc6030846f5c1e34048774d60ca4c15e804bee839 (patch)
treefb75f89275a78ea383c0fd64e8fe5b3ae57cc898 /Gem/rgb2hsv-help.pd
Gem linux/amd64
built '' for linux/amd64
Diffstat (limited to 'Gem/rgb2hsv-help.pd')
-rw-r--r--Gem/rgb2hsv-help.pd21
1 files changed, 21 insertions, 0 deletions
diff --git a/Gem/rgb2hsv-help.pd b/Gem/rgb2hsv-help.pd
new file mode 100644
index 0000000..1d8b9a8
--- /dev/null
+++ b/Gem/rgb2hsv-help.pd
@@ -0,0 +1,21 @@
+#N canvas 172 190 600 500 10;
+#X text 124 68 GEM object;
+#X text 138 23 rgb2hsv;
+#X text 89 388 convert between RGB colorspace and HSV colorspace;
+#X text 91 412 RGB is red \, green \, blue;
+#X text 91 434 HSV is hue \, saturation \, value (luminance);
+#X obj 123 220 rgb2hsv;
+#X msg 122 156 1 0 0;
+#X msg 357 160 0 1 1;
+#X obj 123 299 print hsv;
+#X obj 357 303 print rgb;
+#X obj 357 226 hsv2rgb;
+#X msg 414 159 0.6 1 0.5;
+#X msg 185 155 0 0.2 0.5;
+#X text 215 21 hsv2rgb;
+#X connect 5 0 8 0;
+#X connect 6 0 5 0;
+#X connect 7 0 10 0;
+#X connect 10 0 9 0;
+#X connect 11 0 10 0;
+#X connect 12 0 5 0;