Popular posts from this blog
My gradient mesh project was one of the most challenging. Being able to get every inch of the original picture replicated to a mesh duplicate was very frustrating. One of the elements that I worked the hardest on was my necklace, my hair, and my clothing strap. Showing the shades in color reflected in the mesh image took time, but turned out well.
FINAL PROJECT- SPONGEBOB SQUAREPANTS HOUSE PINEAPPLE - PNG Designing my canvas project took a lot of time. Mimicking the landscape from Spongebob Squarepants, I wanted to capture the truest form of the iconic pineapple. After many hours of editing, cleaning, adjusting and spacing, I was finally able to achieve the look I was going for. Using gradients, quadratic and linear curves, I was able to piece together each shape, layer upon layer, to finalize my canvas project. /// BACKGROUND var myGradient1 = context.createLinearGradient(0,300,400,600); myGradient1.addColorStop(0, "rgba(104,255,202,1)"); myGradient1.addColorStop(0.5, "rgba(22,201,255,1)"); myGradient1.addColorStop(1, "rgba(9,121,232,1)"); context.beginPath(); context.rect(0,0,800,600); context.closePath(); context.fillStyle = myGradient1; context.fill(); //SAND var myGradient2 = context.createLinearGradient(0,400,0,600); myGradient2.addColorStop(0, ...
Comments
Post a Comment