We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae127d commit 0947310Copy full SHA for 0947310
1 file changed
psychopy/visual/movies/__init__.py
@@ -122,10 +122,10 @@ def __init__(self,
122
self.ori = ori
123
self.size = size
124
self.depth = depth
125
- self.opacity = opacity
126
self.anchor = anchor
127
self.colorSpace = colorSpace
128
self.color = color
+ self.opacity = opacity
129
130
# playback stuff
131
self._filename = pathToString(filename)
0 commit comments