- Reestructuración de ficheros y directorios general
- merge v0.01 --> Añadido fileselector - Añadidas fuentes de Gem y Pure Data - pix2jpg incluído en Gem. Archivos de construcción de Gem modificados. - Añadido fichero ompiling.txt con instrucciones de compilación
This commit is contained in:
parent
c9adfd020b
commit
e85d191b46
3100 changed files with 775434 additions and 3073 deletions
21
Gem/abstractions/rgb2hsv-help.pd
Normal file
21
Gem/abstractions/rgb2hsv-help.pd
Normal file
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue