I have this shaded circle:
\shade [ball color=black!80!white] (0,0) circle (1);
Is it possible to encapsulate it with node style?
(Including fixing circle radius?)
I have this shaded circle:
\shade [ball color=black!80!white] (0,0) circle (1);
Is it possible to encapsulate it with node style?
(Including fixing circle radius?)
\node[shade,shading=ball,circle,ball color=black!80!white,minimum size=1cm] {};