Method Image.filled_circle()
- Method filled_circle
Image.Imagefilled_circle(intd)
Image.Imagefilled_circle(intxd,intyd)
Image.Layerfilled_circle_layer(intd)
Image.Layerfilled_circle_layer(intxd,intyd)
Image.Layerfilled_circle_layer(intd,Image.Color.Colorcolor)
Image.Layerfilled_circle_layer(intxd,intyd,Image.Color.Colorcolor)
Image.Layerfilled_circle_layer(intd,intr,intg,intb)
Image.Layerfilled_circle_layer(intxd,intyd,intr,intg,intb)- Description
Generates a filled circle of the dimensions xd x yd (or d x d). The Image is a white circle on black background; the layer function defaults to a white circle (the background is transparent).