|
|
Line 36: |
Line 36: |
| | | |
| == Samsung Logo == | | == Samsung Logo == |
− | Recently, I have been working on the Samsung Logo with [[Asymptote]], and I finished it in just a few hours!
| |
| | | |
| + | This is the 5th logo in the series of logos I am drawing with Asymptote code. Western Union is a service that allows you to send money to bank accounts overseas. |
| + | When drawing this, firstly I made the background, then the white backslashes, then the W and U, and finally I rounded the background. |
| | | |
− | ===More Information=== | + | ==See Also== |
− | | |
− | ====Inspiration====
| |
− | | |
− | After seeing [https://artofproblemsolving.com/community/user/piphi 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.
| |
− | | |
− | <center><asy>
| |
− | axialshade(unitsquare,rgb(20,40,160),(0,0),rgb(20,40,160),(1,1));
| |
− | </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://www.westernunion.com/us/en/home.html Western Union] |
− | * [https://artofproblemsolving.com/community/c67h1322978_test_asymptote Where I first posted the Samsung Logo]
| |
− | * [https://www.samsung.com/us Samsung]
| |
Revision as of 12:58, 27 October 2020
Samsung Logo
This is the 5th logo in the series of logos I am drawing with Asymptote code. Western Union is a service that allows you to send money to bank accounts overseas.
When drawing this, firstly I made the background, then the white backslashes, then the W and U, and finally I rounded the background.
See Also