User:ObjectZ/NESCAFÉ Accent

< User:ObjectZ
Revision as of 14:46, 2 October 2020 by Objectz (talk | contribs) (Created page with "<br><center><asy> // ALL CODE BELONGS TO OBJECTZ. DO NOT STEAL WITHOUT PERMISSION. // background fill((0,0)--(55,0)--(55,-49)--(0,-49)--cycle,white); // accent draw((4,-43)--(...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


[asy] // ALL CODE BELONGS TO OBJECTZ. DO NOT STEAL WITHOUT PERMISSION. // background fill((0,0)--(55,0)--(55,-49)--(0,-49)--cycle,white); // accent draw((4,-43)--(8,-41)--(14,-35)--(18,-27)--(19,-24)--(20,-20)--(21,-15)--(22,-12)--(24,-8)--(28,-4)--(46,-4)--(46,-10)--(45,-18)--(44,-23)--(43,-26)--(41,-30)--(39,-32)--(38,-34)--(33,-39)--(29,-41)--(26,-42)--(22,-43)--cycle,rgb(227,29,26)); fill((4,-43)--(8,-41)--(14,-35)--(18,-27)--(19,-24)--(20,-20)--(21,-15)--(22,-12)--(24,-8)--(28,-4)--(46,-4)--(46,-10)--(45,-18)--(44,-23)--(43,-26)--(41,-30)--(39,-32)--(38,-34)--(33,-39)--(29,-41)--(26,-42)--(22,-43)--cycle,rgb(227,29,26)); [/asy]

NESCAFÉ Accent

Recently, I have been working on the NESCAFÉ Accent with Asymptote, and it didn't take really long. I found this easier than the Volkswagen Logo.


More Information

Starting Off

First, I copied an image of the NESCAFÉ Accent 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 NESCAFÉ Accent. Here is the color below.

[asy] axialshade(unitsquare,rgb(20,40,160),(0,0),rgb(227,29,26),(1,1)); [/asy]

Overview

Overall, this was actually pretty easy.

See Also