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