Difference between revisions of "User:Objectz/Samsung Logo"
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! | ||
− | + | ||
− | + | ===More Information=== | |
+ | |||
+ | ====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== | ==See Also== | ||
− | + | * [https://artofproblemsolving.com/community/c1283341_objectzs_asymptote_tutorials ObjectZ's Asymptote Tutorials] | |
− | * [https://www. | + | * [https://artofproblemsolving.com/community/c67h1322978_test_asymptote Where I first posted the Samsung Logo] |
+ | * [https://www.samsung.com/us Samsung] |
Revision as of 12:59, 27 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.