Difference between revisions of "User:Objectz/Samsung Logo"
(Created page with "<br><center><asy> // ALL CODE BELONGS TO OBJECTZ. DO NOT STEAL WITHOUT PERMISSION. // background fill((0,0)--(512,0)--(512,-384)--(0,-384)--cycle,black); // 1s draw((137,-18...") |
|||
Line 33: | Line 33: | ||
draw((392,-194)--(388,-194)--(388,-190)--(401,-190)--(401,-202)--(399,-208)--(391,-212)--(385,-212)--(379,-211)--(374,-206)--(373,-203)--(373,-180)--(375,-175)--(378,-172)--(384,-170)--(392,-170)--(396,-172)--(400,-176)--(401,-183)--(392,-183)--(392,-179)--(390,-176)--(384,-176)--(382,-180)--(382,-203)--(385,-206)--(389,-206)--(392,-203)--(392,-194)--cycle,rgb(20,40,160)); | draw((392,-194)--(388,-194)--(388,-190)--(401,-190)--(401,-202)--(399,-208)--(391,-212)--(385,-212)--(379,-211)--(374,-206)--(373,-203)--(373,-180)--(375,-175)--(378,-172)--(384,-170)--(392,-170)--(396,-172)--(400,-176)--(401,-183)--(392,-183)--(392,-179)--(390,-176)--(384,-176)--(382,-180)--(382,-203)--(385,-206)--(389,-206)--(392,-203)--(392,-194)--cycle,rgb(20,40,160)); | ||
fill((392,-194)--(388,-194)--(388,-190)--(401,-190)--(401,-202)--(399,-208)--(391,-212)--(385,-212)--(379,-211)--(374,-206)--(373,-203)--(373,-180)--(375,-175)--(378,-172)--(384,-170)--(392,-170)--(396,-172)--(400,-176)--(401,-183)--(392,-183)--(392,-179)--(390,-176)--(384,-176)--(382,-180)--(382,-203)--(385,-206)--(389,-206)--(392,-203)--(392,-194)--cycle,rgb(20,40,160)); | fill((392,-194)--(388,-194)--(388,-190)--(401,-190)--(401,-202)--(399,-208)--(391,-212)--(385,-212)--(379,-211)--(374,-206)--(373,-203)--(373,-180)--(375,-175)--(378,-172)--(384,-170)--(392,-170)--(396,-172)--(400,-176)--(401,-183)--(392,-183)--(392,-179)--(390,-176)--(384,-176)--(382,-180)--(382,-203)--(385,-206)--(389,-206)--(392,-203)--(392,-194)--cycle,rgb(20,40,160)); | ||
− | </asy><center> | + | </asy></center> |
== Samsung Logo == | == Samsung Logo == | ||
Line 57: | Line 57: | ||
axialshade(unitsquare,rgb(20,40,160),(0,0),rgb(20,40,160),(1,1)); | axialshade(unitsquare,rgb(20,40,160),(0,0),rgb(20,40,160),(1,1)); | ||
</asy></center> | </asy></center> | ||
+ | |||
+ | ====Overview==== | ||
+ | |||
+ | Overall, this was not really that hard. It didn't really consist of any gradient functions and other stuff, it only consisted of line segments and filling. | ||
+ | |||
+ | ==See Also== | ||
+ | |||
+ | * [https://artofproblemsolving.com/community/c1283341_objectzs_asymptote_tutorials ObjectZ's Asymptote Tutorials] | ||
+ | * [https://artofproblemsolving.com/community/c67h1322978_test_asymptote Where I posted the Samsung Logo] |
Revision as of 08:15, 2 October 2020
Contents
Samsung Logo
Recently, I have been working on the Samsung Logo with Asymptote, and I finished it in just a few hours!
More Information
Inspiration
After seeing piphi's logos with Asymptote, I decided to make logos with Asymptote too.
Starting Off
First, I copied an image of the Samsung logo to my clipboard, and then I pasted it in Microsoft Paint.
Coloring
I used the pipette tool to find the color, and then I used it on making the Samsung logo. Here is the color below.
Overview
Overall, this was not really that hard. It didn't really consist of any gradient functions and other stuff, it only consisted of line segments and filling.