File: imagestim.rst

package info (click to toggle)
psychopy 2020.2.10%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 44,056 kB
  • sloc: python: 119,649; javascript: 3,022; makefile: 148; sh: 125; xml: 9
file content (49 lines) | stat: -rw-r--r-- 928 bytes parent folder | download | duplicates (2)
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: