Explore
Courses
Batches
Sketches
Statistics
Code a Pookkalam
Jobs
Devsprint
People
Course Creation
Create a Course
Guidelines
Resources
Support
Blogs
My Profile
About Us
Login
Sketches
0
Sample Pookalam
By
Riya P Mathew
Run
# Derived Colours outer_tint = color(r=254,g=70,b=0,a=0.4) inner_tint = color(r=110,g=1,b=0, a=0.2) tint_2 = color(r=240,b=255,g=240,a=0.2) # Centre-piece pistil = circle(r=5,fill="yellow",stroke="black",stroke_width=2) inner_petals = ellipse(w=80,h=10,fill="#FE4600") | (repeat (6,rotate (30))) | scale(0.7) inner_backdrop_01 = circle(r=30,fill="yellow") inner_backdrop_02 = circle(r=40,fill='orange') # Middle layer - 1 m1_sublayer_01 = rectangle (w=85,h=85,fill='#FEE4B4') | repeat (25,rotate (60)) m1_sublayer_02 = ellipse(w=150,h=95,fill='orange',stroke="black",stroke_width=2) | repeat (40,rotate (30)) # Middle layer 2 m2_sublayer_01 = rectangle (w=175,h=175,fill='#FFD601') | repeat (5,rotate(30)) m2_sublayer_02 = rectangle(w=200,h=200,fill=inner_tint) | repeat(25,rotate (30)) # Outer layer outer_sublayer_01 = rectangle (w=209,h=209,fill=outer_tint) | repeat (30,rotate(25)) outer_sublayer_02 = ellipse (w=300,h=100,fill="yellow") | repeat (50,rotate (10)) show(outer_sublayer_02, outer_sublayer_01, m2_sublayer_02, m2_sublayer_01, m1_sublayer_02, m1_sublayer_01, inner_backdrop_02, inner_backdrop_01, inner_petals, pistil)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login