[Top]
Image
|
Method Image.filled_circle()
- Method
filled_circle
Image.Image filled_circle(int d)
Image.Image filled_circle(int xd, int yd)
Image.Layer filled_circle_layer(int d)
Image.Layer filled_circle_layer(int xd, int yd)
Image.Layer filled_circle_layer(int d, Image.Color.Color color)
Image.Layer filled_circle_layer(int xd, int yd, Image.Color.Color color)
Image.Layer filled_circle_layer(int d, int r, int g, int b)
Image.Layer filled_circle_layer(int xd, int yd, int r, int g, int b)
- 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).
|