Skip to content
FlyingLotus1983 edited this page Oct 27, 2014 · 2 revisions

Draws a circle.

Example

{"op":"circle","center":[x,y],"radius":25,"color":[0,0,0],"thickness":1,"lineType":8,"fill":[-1,-1,-1],"shift":0}
  • center Center of the circle (0,0)
  • radius Radius of the circle (0)
  • color Circle color (0,0,0)
  • thickness – Thickness of the circle outline, if positive. Negative thickness means that a filled circle is to be drawn (1)
  • lineType Type of the circle boundary. 8=connected line. 4=connected line. CV_AA=antialiased line. (8)
  • shift Number of fractional bits in the coordinates of the center and in the radius value (0)

Stage Model

{}
Clone this wiki locally