Is there a way to change Pd's foreground and background colors from black and white? e.g. a few lines that could be inserted into pd.tk? It would be nice to have some variety or choose a muted color scheme for ease on the eyes during long Pd sessions. :)
Ben
there's an easy way for designing the background color:
start a new patch with a "my_canvas" object (iem gui, take it from the "put"- menu) and chose a color! (can be changed with messages as well !)
ciao
oliver
Zitiere Ben Saylor bsaylor@macalester.edu:
Is there a way to change Pd's foreground and background colors from black and white? e.g. a few lines that could be inserted into pd.tk? It would be nice to have some variety or choose a muted color scheme for ease on the eyes during long Pd sessions. :)
Ben
in pd.tk there is a line "canvas $name.c -width $width -height $height -background white"
if you change the white, it will change your background color.
Guenter
On Tue, 12 Mar 2002, Ben Saylor wrote:
Is there a way to change Pd's foreground and background colors from black and white? e.g. a few lines that could be inserted into pd.tk? It would be nice to have some variety or choose a muted color scheme for ease on the eyes during long Pd sessions. :)
Ben