Class: Polygon

visual.Polygon(options)

new Polygon(options)

Polygonal visual stimulus.

Parameters:
Name Type Description
options Object
Properties
Name Type Attributes Default Description
name String the name used when logging messages from this stimulus
win Window the associated Window
lineWidth number <optional>
1.5 the line width
lineColor Color <optional>
Color('white') the line color
fillColor Color the fill color
opacity number <optional>
1.0 the opacity
edges number <optional>
3 the number of edges of the polygon
radius number <optional>
0.5 the radius of the polygon
pos Array.<number> <optional>
[0, 0] the position
size number <optional>
1.0 the size
ori number <optional>
0.0 the orientation (in degrees)
units string the units of the stimulus vertices, size and position
contrast number <optional>
1.0 the contrast
depth number <optional>
0 the depth
interpolate boolean <optional>
true whether or not the shape is interpolated
autoDraw boolean <optional>
false whether or not the stimulus should be automatically drawn on every frame flip
autoLog boolean <optional>
false whether or not to log
Source:

Extends

  • ShapeStim

Members

(private) _updateVertices

Update the vertices.
Source:

setEdges

Setter for the edges attribute.
Source:

setRadius

Setter for the radius attribute.
Source: