A colorful poster with a swirl and a graphic design
![create_circle_icon():
shape = Circle(shape="circle", fill="bright blue")
number = Text(text="13", font="clear and bold", position="center", size="medium")
text = Text(text="2023 Qianxi No. 5 Middle School", font="simple", position="bottom", size="small")
abstract_shapes = generate_abstract_shapes(color="bright blue")
gradient_effect = apply_gradient_effect(element=shape, gradient_color="light blue")
icon = Composition(layers=[shape, number, text, abstract_shapes, gradient_effect])
return icon](https://image.cdn2.seaart.me/2023-09-04/16234201182397445/42a22934b366843231f5ba4bb85436efe18da5f1_high.webp)
Generation Data
Records
Prompts
Copy
create_circle_icon():
shape = Circle(shape="circle"
,
fill="bright blue")
number = Text(text="13"
,
font="clear and bold"
,
position="center"
,
size="medium")
text = Text(text="2023 Qianxi No
.
5 Middle School"
,
font="simple"
,
position="bottom"
,
size="small")
abstract_shapes = generate_abstract_shapes(color="bright blue")
gradient_effect = apply_gradient_effect(element=shape
,
gradient_color="light blue")
icon = Composition(layers=[shape
,
number
,
text
,
abstract_shapes
,
gradient_effect])
return icon
INFO
0 comment
0
3
0