--
You received this message because you are subscribed to the Google Groups "expyriment-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to expyriment-users+unsubscribe@googlegroups.com.
To post to this group, send email to expyriment-users@googlegroups.com.
Visit this group at https://groups.google.com/group/expyriment-users.
For more options, visit https://groups.google.com/d/optout.
tmp_stim = expyriment.stimuli.TextLine(text="Hello World", position=(-200, 100),or, you change the colours of the whole experiment:
background_colour=(255,0,0), text_colour=(255,255,255))
stim = expyriment.stimuli.BlankScreen(colour=tmp_stim.background_colour)
tmp_stim.plot(stim)
stim.present()
exp = expyriment.design.Experiment(background_colour=(255,0,0), foreground_colour=(255,255,255))
expyriment.control.initialize(exp)
--
You received this message because you are subscribed to the Google Groups "expyriment-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to expyriment-use...@googlegroups.com.
To post to this group, send email to expyrime...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to expyriment-use...@googlegroups.com.
To post to this group, send email to expyrime...@googlegroups.com.