aboutsummaryrefslogtreecommitdiff
path: root/Gem/rgb2yuv-help.pd
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-17 22:38:45 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-17 22:38:45 +0000
commit356f94fc355f36c16e48555d10c2377dff4b7554 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Gem/rgb2yuv-help.pd
parent5c694f159b012d1d94bf15bfe580dec52e4fe797 (diff)
Gem 096ed6ef786b7a9d6e11a437ff8526619c89a1fd osx/x86_64
built 'coverity_scan:096ed6ef786b7a9d6e11a437ff8526619c89a1fd' for osx/x86_64
Diffstat (limited to 'Gem/rgb2yuv-help.pd')
-rw-r--r--Gem/rgb2yuv-help.pd36
1 files changed, 0 insertions, 36 deletions
diff --git a/Gem/rgb2yuv-help.pd b/Gem/rgb2yuv-help.pd
deleted file mode 100644
index 6205d51..0000000
--- a/Gem/rgb2yuv-help.pd
+++ /dev/null
@@ -1,36 +0,0 @@
-#N canvas 457 99 472 501 10;
-#X text 333 19 GEM object;
-#X text 91 412 RGB is red \, green \, blue;
-#X text 91 434 YUV is luma and chroma;
-#X obj 119 207 cnv 15 70 40 empty empty empty 20 12 0 14 -24198 -66577
-0;
-#X obj 123 218 rgb2yuv;
-#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 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 [rgb2yuv];
-#X text 175 11 [yuv2rgb];
-#X text 89 388 convert between RGB colorspace and YUV colorspace;
-#X floatatom 190 284 5 0 1 1 V=ChromaR - -;
-#X floatatom 156 305 5 0 1 1 U=ChromaB - -;
-#X floatatom 123 327 5 0 1 1 Y=Luma - -;
-#X connect 4 0 7 0;
-#X connect 5 0 4 0;
-#X connect 6 0 4 0;
-#X connect 7 0 19 0;
-#X connect 7 1 18 0;
-#X connect 7 2 17 0;
-#X connect 8 0 13 0;
-#X connect 9 0 12 0;
-#X connect 10 0 11 0;
-#X connect 11 0 4 0;
-#X connect 12 0 11 0;
-#X connect 12 1 11 1;
-#X connect 13 0 11 0;
-#X connect 13 1 11 2;