From 9226becd95c6f3be2efb7fc96e89590a3dc66088 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 31 Oct 2007 01:35:24 +0000 Subject: working version of the colorpanel svn path=/trunk/externals/hcs/; revision=8910 --- colorpanel-help.pd | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 colorpanel-help.pd (limited to 'colorpanel-help.pd') diff --git a/colorpanel-help.pd b/colorpanel-help.pd new file mode 100644 index 0000000..0f5a3d4 --- /dev/null +++ b/colorpanel-help.pd @@ -0,0 +1,25 @@ +#N canvas 274 159 494 344 10; +#X obj 99 139 colorpanel; +#X msg 99 56 bang; +#X obj 112 198 pddp/print; +#X obj 98 226 unpack float float float; +#X obj 30 278 nbx 8 20 -1e+37 1e+37 0 0 empty empty red 0 28 0 14 -261234 +-1 -1 0.937255 256; +#X obj 150 278 nbx 8 20 -1e+37 1e+37 0 0 empty empty green 0 28 0 14 +-204786 -1 -1 0.819608 256; +#X obj 270 278 nbx 8 20 -1e+37 1e+37 0 0 empty empty blue 0 28 0 14 +-203904 -1 -1 0.329412 256; +#X text 35 16 pop up a color picker and output the red \, green \, +blue values as a list of three floats ranging from 0 to 1; +#X text 129 177 the list:; +#X text 202 78 or open the window with an initial color; +#X msg 108 78 symbol #beefee; +#X msg 160 107 0.5 0.5 0.5; +#X connect 0 0 2 0; +#X connect 0 0 3 0; +#X connect 1 0 0 0; +#X connect 3 0 4 0; +#X connect 3 1 5 0; +#X connect 3 2 6 0; +#X connect 10 0 0 0; +#X connect 11 0 0 0; -- cgit v1.2.1