TransWikia.com

Trying to get shading and glowing effect

TeX - LaTeX Asked on July 24, 2021

How can I get this golden shining effect (pict) within a node, more precisely the text?

enter image description here

MWE:

documentclass[tikz,border=10pt,mult,convert={density=300,size=1080x800,outext=.png}]{standalone}
usepackage{tikz}
usepackage{lmodern}
usepackage[T1]{fontenc} 
definecolor{amber2}{RGB}{239, 215, 74}





defMD{ 
    
    begin{tikzpicture}
    foreach i in {0,100}{
        node [circle, fill=orange, font=centering Huge ,align=center, rotate=0, text=amber2] 
        (symbol) at (-1.25,1/8+i/4000) {MB};}
end{tikzpicture}
}



begin{document}
MD
end{document}

enter image description here

One Answer

documentclass[tikz, border=1cm]{standalone}
usetikzlibrary{fadings}
begin{tikzfadingfrompicture}[name=myfading]
node[white] {Huge MB};
end{tikzfadingfrompicture}
begin{document}
begin{tikzpicture}
definecolor{amber2}{RGB}{239, 215, 74}
fill[orange] (0,0) circle[radius=1];
fill[path fading=myfading, left color=amber2, right color =white, shading angle=45] (0,0) circle[radius=1];
end{tikzpicture}
end{document}

"MB" in circle

-or with a ball effect:

documentclass[tikz, border=1cm]{standalone}
usetikzlibrary{fadings}
begin{tikzfadingfrompicture}[name=myfading]
node[white] {Huge textbf MB};
end{tikzfadingfrompicture}
begin{document}
begin{tikzpicture}
definecolor{amber2}{RGB}{239, 215, 74}
fill[orange] (0,0) circle[radius=1];
fill[path fading=myfading, ball color=amber2, shading angle=300] (0,0) circle[radius=1];
end{tikzpicture}
end{document}

"MB" shaded with ball effect in a circle

Correct answer by hpekristiansen on July 24, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP