new ImageStim(options, flipHorizopt, flipVertopt)
Image Simulus.
Parameters:
Name | Type | Attributes | Default | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
Properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
flipHoriz |
boolean |
<optional> |
false | whether or not to flip horizontally | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
flipVert |
boolean |
<optional> |
false | whether or not to flip vertically | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
options.autoDraw |
boolean |
<optional> |
false | whether or not the stimulus should be automatically drawn on every frame flip | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
options.autoLog |
boolean |
<optional> |
false | whether or not to log |
- Mixes In:
- ColorMixin
- Source:
Extends
- BaseVisualStim
Members
(private) _updateIfNeeded
Update the stimulus, if necessary.
- Source:
contains
Determine whether the given object is inside this image.
- Source:
setFlipHoriz
Setter for the flipHoriz attribute.
- Source:
setFlipVert
Setter for the flipVert attribute.
- Source:
setImage
Setter for the mask attribute.
- Source:
setImage
Setter for the image attribute.
- Source: