<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 24, 2015 at 2:08 AM, William Huston <span dir="ltr"><<a href="mailto:williamahuston@gmail.com" target="_blank">williamahuston@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Hi --<br><br></div>1: Is the technique of setting object attributes via messages documented anywhere? <br><br></div> </div></div></div></div></div></blockquote><div>How to set iemgui properties via messages was documented in Pd-extended menu (but not in vanilla):<br><br>Help > Pd Help Browser > Manuals > 0.Intro > 33.guis.pd > pd messages<br><br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><br><div><div><br><div><div><br><br></div><div>5: I would prefer to set an object's color via an RGB value <br></div><div>Can I do that?<br><br></div><br></div></div></div></div></div></div></div><br></blockquote><div><br></div><div>Attached patch [colormaker] demonstrates how to set RGB values using this formula:<br><br>-(1 + blue + green * 256 + red * 65536)<br><br>where blue, green and red are integers 0 - 255<br><br>There is one caveat: many RGB values can not be saved because numbers are stored with reduced precision.<br><br></div><div>Katja <br></div></div><br></div></div>