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
|
:class:`psychopy.visual.Line`
----------------------------
Stimulus class for drawing lines.
Overview
========
.. currentmodule:: psychopy.visual.line
.. autosummary::
Line
Line.start
Line.end
Line.units
Line.lineWidth
Line.lineColor
Line.lineColorSpace
Line.fillColor
Line.fillColorSpace
Line.pos
Line.size
Line.ori
Line.opacity
Line.contrast
Line.depth
Line.interpolate
Line.lineRGB
Line.fillRGB
Line.name
Line.autoLog
Line.autoDraw
Line.color
Line.colorSpace
Details
=======
.. autoclass:: Line
:members:
:inherited-members:
|