aboutsummaryrefslogtreecommitdiff
path: root/packages/noncvs/windows/extra/Gem/rgb2hsv-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'packages/noncvs/windows/extra/Gem/rgb2hsv-help.pd')
-rw-r--r--packages/noncvs/windows/extra/Gem/rgb2hsv-help.pd21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/noncvs/windows/extra/Gem/rgb2hsv-help.pd b/packages/noncvs/windows/extra/Gem/rgb2hsv-help.pd
new file mode 100644
index 00000000..1d8b9a8b
--- /dev/null
+++ b/packages/noncvs/windows/extra/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;