Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
Image

Method Image.filled_circle_layer()


Method filled_circle_layer

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).