A series of abstract geometric posters with different shapes
![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 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/16234273097933829/0de6e96280a7f4372a30b4453883aecbba29fd59_high.webp)
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 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
คำพรอมต์
คัดลอกคำพรอมต์
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 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
ข้อมูล
0 ความคิดเห็น
0
2
0