1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
:class:`ImageStim`
------------------------------------------------------------------------
As of PsychoPy version 1.79.00 *some* of the properties for
this stimulus can be set using the syntax::
stim.pos = newPos
others need to be set with the older syntax::
stim.setImage(newImage)
Attributes
=============
.. currentmodule:: psychopy.visual
.. autosummary::
ImageStim
ImageStim.win
ImageStim.setImage
ImageStim.setMask
ImageStim.units
ImageStim.pos
ImageStim.ori
ImageStim.size
ImageStim.contrast
ImageStim.color
ImageStim.colorSpace
ImageStim.opacity
ImageStim.interpolate
ImageStim.contains
ImageStim.overlaps
ImageStim.name
ImageStim.autoLog
ImageStim.draw
ImageStim.autoDraw
ImageStim.clearTextures
Details
=============
.. autoclass:: ImageStim
:members:
:undoc-members:
:inherited-members:
|