aboutsummaryrefslogtreecommitdiff
path: root/rgb2hsv-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-02-20 04:22:58 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-02-20 04:22:58 +0000
commit0685d14dc04499029f371c4f5aaafd1044d8730a (patch)
tree9af365dda126256af017c9ad4b1f2f5e658e77ae /rgb2hsv-help.pd
parente959167bae830f5474acc82b74fd10cd64bcfd03 (diff)
ported markex library to new Makefile template, then debianize it next
svn path=/trunk/externals/markex/; revision=13177
Diffstat (limited to 'rgb2hsv-help.pd')
-rwxr-xr-xrgb2hsv-help.pd32
1 files changed, 32 insertions, 0 deletions
diff --git a/rgb2hsv-help.pd b/rgb2hsv-help.pd
new file mode 100755
index 0000000..3af5339
--- /dev/null
+++ b/rgb2hsv-help.pd
@@ -0,0 +1,32 @@
+#N canvas 172 190 432 490 10;
+#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 218 rgb2hsv;
+#X msg 163 182 1 0 0;
+#X msg 155 156 0 0.2 0.5;
+#X obj 123 257 unpack 0 0 0;
+#X floatatom 202 279 5 0 0 1 Value - -;
+#X floatatom 162 299 5 0 0 1 Saturation - -;
+#X floatatom 123 322 5 0 0 1 Hue - -;
+#X floatatom 178 84 5 0 1 1 Blue - -;
+#X floatatom 141 67 5 0 1 1 Green - -;
+#X floatatom 123 49 5 0 1 1 Red - -;
+#X obj 123 122 pack 0 0 0;
+#X obj 141 103 t b f;
+#X obj 178 103 t b f;
+#X text 83 9 [rgb2hsv];
+#X connect 3 0 6 0;
+#X connect 4 0 3 0;
+#X connect 5 0 3 0;
+#X connect 6 0 9 0;
+#X connect 6 1 8 0;
+#X connect 6 2 7 0;
+#X connect 10 0 15 0;
+#X connect 11 0 14 0;
+#X connect 12 0 13 0;
+#X connect 13 0 3 0;
+#X connect 14 0 13 0;
+#X connect 14 1 13 1;
+#X connect 15 0 13 0;
+#X connect 15 1 13 2;